From dfd2b73cbe9ea44ef22ad9ad58b2da026eab0222 Mon Sep 17 00:00:00 2001 From: Pin Date: Tue, 10 Jan 2023 22:31:40 -0500 Subject: [PATCH] preseed --- preseed.cfg | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/preseed.cfg b/preseed.cfg index 6717b30..486d093 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -6,6 +6,13 @@ d-i debian-installer/locale string en_US.UTF-8 d-i clock-setup/utc boolean true d-i time/zone string US/Eastern +# 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 + ### Keyboard Config d-i console-setup/ask_detect boolean false @@ -13,9 +20,8 @@ d-i keyboard-configuration/xkb-keymap select us ### Network Config -d-i netcfg/choose_interface select auto -d-i netcfg/get_hostname string kali-cleanroom -d-i netcfg/get_domain string local.lan +d-i netcfg/get_hostname string unassigned-hostname +d-i netcfg/get_domain string unassigned-domain d-i netcfg/hostname string kali-cleanroom ### Root Account Setup @@ -52,10 +58,12 @@ d-i partman/confirm_nooverwrite boolean true ### Mirror Settings -d-i mirror/country string manual -d-i mirror/http/hostname string http.kali.org -d-i mirror/http/directory string / -d-i mirror/http/proxy string +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 archive.kali.org +d-i mirror/http/directory string /kali +d-i mirror/http/proxy string ### APT Setup