preseed
This commit is contained in:
22
preseed.cfg
22
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 clock-setup/utc boolean true
|
||||||
d-i time/zone string US/Eastern
|
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
|
### Keyboard Config
|
||||||
|
|
||||||
d-i console-setup/ask_detect boolean false
|
d-i console-setup/ask_detect boolean false
|
||||||
@@ -13,9 +20,8 @@ d-i keyboard-configuration/xkb-keymap select us
|
|||||||
|
|
||||||
### Network Config
|
### Network Config
|
||||||
|
|
||||||
d-i netcfg/choose_interface select auto
|
d-i netcfg/get_hostname string unassigned-hostname
|
||||||
d-i netcfg/get_hostname string kali-cleanroom
|
d-i netcfg/get_domain string unassigned-domain
|
||||||
d-i netcfg/get_domain string local.lan
|
|
||||||
d-i netcfg/hostname string kali-cleanroom
|
d-i netcfg/hostname string kali-cleanroom
|
||||||
|
|
||||||
### Root Account Setup
|
### Root Account Setup
|
||||||
@@ -52,10 +58,12 @@ d-i partman/confirm_nooverwrite boolean true
|
|||||||
|
|
||||||
### Mirror Settings
|
### Mirror Settings
|
||||||
|
|
||||||
d-i mirror/country string manual
|
d-i mirror/country string enter information manually
|
||||||
d-i mirror/http/hostname string http.kali.org
|
d-i mirror/suite string kali
|
||||||
d-i mirror/http/directory string /
|
d-i mirror/codename string kali
|
||||||
d-i mirror/http/proxy string
|
d-i mirror/http/hostname string archive.kali.org
|
||||||
|
d-i mirror/http/directory string /kali
|
||||||
|
d-i mirror/http/proxy string
|
||||||
|
|
||||||
### APT Setup
|
### APT Setup
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user