|
|
@ -14,6 +14,7 @@ d-i debian-installer/locale string en_US
|
|
|
|
# Keyboard selection.
|
|
|
|
# Keyboard selection.
|
|
|
|
#RCNEE: default was "us" let users specify keymap...
|
|
|
|
#RCNEE: default was "us" let users specify keymap...
|
|
|
|
# d-i keyboard-configuration/xkb-keymap select us
|
|
|
|
# d-i keyboard-configuration/xkb-keymap select us
|
|
|
|
|
|
|
|
#RCNEE: ^
|
|
|
|
# d-i keyboard-configuration/toggle select No toggling
|
|
|
|
# d-i keyboard-configuration/toggle select No toggling
|
|
|
|
|
|
|
|
|
|
|
|
### Network configuration
|
|
|
|
### Network configuration
|
|
|
@ -80,6 +81,30 @@ d-i netcfg/wireless_wep string
|
|
|
|
# The wacky dhcp hostname that some ISPs use as a password of sorts.
|
|
|
|
# The wacky dhcp hostname that some ISPs use as a password of sorts.
|
|
|
|
#d-i netcfg/dhcp_hostname string radish
|
|
|
|
#d-i netcfg/dhcp_hostname string radish
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If non-free firmware is needed for the network or other hardware, you can
|
|
|
|
|
|
|
|
# configure the installer to always try to load it, without prompting. Or
|
|
|
|
|
|
|
|
# change to false to disable asking.
|
|
|
|
|
|
|
|
#d-i hw-detect/load_firmware boolean true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Network console
|
|
|
|
|
|
|
|
# Use the following settings if you wish to make use of the network-console
|
|
|
|
|
|
|
|
# component for remote installation over SSH. This only makes sense if you
|
|
|
|
|
|
|
|
# intend to perform the remainder of the installation manually.
|
|
|
|
|
|
|
|
#d-i anna/choose_modules string network-console
|
|
|
|
|
|
|
|
#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key
|
|
|
|
|
|
|
|
#d-i network-console/password password r00tme
|
|
|
|
|
|
|
|
#d-i network-console/password-again password r00tme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Mirror settings
|
|
|
|
|
|
|
|
# If you select ftp, the mirror/country string does not need to be set.
|
|
|
|
|
|
|
|
#d-i mirror/protocol string ftp
|
|
|
|
|
|
|
|
#RCNEE: default was "us" let users specify keymap...
|
|
|
|
|
|
|
|
#d-i mirror/country string manual
|
|
|
|
|
|
|
|
#d-i mirror/http/hostname string http.us.debian.org
|
|
|
|
|
|
|
|
#d-i mirror/http/directory string /debian
|
|
|
|
|
|
|
|
#d-i mirror/http/proxy string
|
|
|
|
|
|
|
|
#RCNEE: ^
|
|
|
|
|
|
|
|
|
|
|
|
#Removes the prompt about missing modules:
|
|
|
|
#Removes the prompt about missing modules:
|
|
|
|
# Continue without installing a kernel?
|
|
|
|
# Continue without installing a kernel?
|
|
|
|
d-i base-installer/kernel/skip-install boolean true
|
|
|
|
d-i base-installer/kernel/skip-install boolean true
|
|
|
|