From bd43adb9b2ab2c8b854daa1e5acfb5a9f12da296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 5 Jan 2016 17:54:56 +0100 Subject: [PATCH] Drop security.kali.org from the apt-setup preseed --- kali-config/common/includes.installer/preseed.cfg | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kali-config/common/includes.installer/preseed.cfg b/kali-config/common/includes.installer/preseed.cfg index 98d01c4..6b5abcc 100644 --- a/kali-config/common/includes.installer/preseed.cfg +++ b/kali-config/common/includes.installer/preseed.cfg @@ -1,12 +1,17 @@ +# This file replaces preseed.cfg embedded in the initrd by +# debian-installer. It should be kept in sync except with the +# mirror/{codename,suite} dropped so that the image installs +# what's available on the CD instead of hardcoding a specific +# release. + # Default repository information (don't include codename data, d-i figures it # out from what's available in the ISO) d-i mirror/country string enter information manually d-i mirror/http/hostname string http.kali.org d-i mirror/http/directory string /kali -d-i apt-setup/security_host string security.kali.org/kali-security -# Disable volatile and backports -d-i apt-setup/services-select multiselect security +# Disable security, volatile and backports +d-i apt-setup/services-select multiselect # Enable contrib and non-free d-i apt-setup/non-free boolean true