|
|
|
@ -4,10 +4,17 @@
|
|
|
|
|
# Preseeding only locale sets language, country and locale.
|
|
|
|
|
d-i debian-installer/locale string en_US
|
|
|
|
|
|
|
|
|
|
# The Wheezy, USB disabled (no keyboard access) till after you select keymap bug...
|
|
|
|
|
#(this is not needed in serial mode)
|
|
|
|
|
#d-i console-tools/archs string skip-config
|
|
|
|
|
#d-i console-keymaps-at/keymap select us
|
|
|
|
|
# The values can also be preseeded individually for greater flexibility.
|
|
|
|
|
#d-i debian-installer/language string en
|
|
|
|
|
#d-i debian-installer/country string NL
|
|
|
|
|
#d-i debian-installer/locale string en_GB.UTF-8
|
|
|
|
|
# Optionally specify additional locales to be generated.
|
|
|
|
|
#d-i localechooser/supported-locales multiselect en_US.UTF-8, nl_NL.UTF-8
|
|
|
|
|
|
|
|
|
|
# Keyboard selection.
|
|
|
|
|
#RCNEE: default was "us" let users specify keymap...
|
|
|
|
|
# d-i keyboard-configuration/xkb-keymap select us
|
|
|
|
|
# d-i keyboard-configuration/toggle select No toggling
|
|
|
|
|
|
|
|
|
|
#Removes the prompt about missing modules:
|
|
|
|
|
# Continue without installing a kernel?
|
|
|
|
|