From 0026521922d7b504998e0ad1d6cec9ccd594c2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Mon, 11 Feb 2013 14:53:13 +0100 Subject: [PATCH] Drop d-i preseeding, it's now all done in the initrd --- config/debian-installer/preseed.cfg | 29 ----------------------------- config/preseed/kali.preseed.binary | 6 ------ 2 files changed, 35 deletions(-) delete mode 100644 config/debian-installer/preseed.cfg delete mode 100644 config/preseed/kali.preseed.binary diff --git a/config/debian-installer/preseed.cfg b/config/debian-installer/preseed.cfg deleted file mode 100644 index cb32c60..0000000 --- a/config/debian-installer/preseed.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# Hence those questions are not used/needed in general but they -# are still needed for PXE install so keep them preseeded anyway -d-i mirror/country string enter information manually -d-i mirror/suite string kali -d-i mirror/codename string kali -d-i mirror/http/hostname string repo.kali.org -d-i mirror/http/directory string /kali - -# Disable volatile and security -d-i apt-setup/services-select multiselect - -# Enable contrib and non-free -d-i apt-setup/non-free boolean true -d-i apt-setup/contrib boolean true - -# Add our own security mirror -d-i apt-setup/local0/repository string http://repo.kali.org/security kali/updates main -d-i apt-setup/local0/comment string Security updates -d-i apt-setup/local0/source boolean false - -# Upgrade installed packages -d-i pkgsel/upgrade select full-upgrade - -# Change default hostname -d-i netcfg/get_hostname string kali -d-i netcfg/get_hostname seen false - -# Do not create a normal user account -d-i passwd/make-user boolean false diff --git a/config/preseed/kali.preseed.binary b/config/preseed/kali.preseed.binary deleted file mode 100644 index ce2ce09..0000000 --- a/config/preseed/kali.preseed.binary +++ /dev/null @@ -1,6 +0,0 @@ -# Install the kali kernel ! -d-i base-installer/kernel/image string linux-image-kali - -# Create root but skip creation of normal user account -d-i passwd/root-login boolean true -d-i passwd/make-user boolean false