stretch+: preseed: disable keyboard-configuration/xkb-keymap, so users can define there keymap

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
master
Robert Nelson 5 years ago
parent 4e8e46247b
commit 66462a9919

@ -4,10 +4,17 @@
# Preseeding only locale sets language, country and locale. # Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US d-i debian-installer/locale string en_US
# The Wheezy, USB disabled (no keyboard access) till after you select keymap bug... # The values can also be preseeded individually for greater flexibility.
#(this is not needed in serial mode) #d-i debian-installer/language string en
#d-i console-tools/archs string skip-config #d-i debian-installer/country string NL
#d-i console-keymaps-at/keymap select us #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: #Removes the prompt about missing modules:
# Continue without installing a kernel? # Continue without installing a kernel?

@ -4,10 +4,17 @@
# Preseeding only locale sets language, country and locale. # Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US d-i debian-installer/locale string en_US
# The Wheezy, USB disabled (no keyboard access) till after you select keymap bug... # The values can also be preseeded individually for greater flexibility.
#(this is not needed in serial mode) #d-i debian-installer/language string en
#d-i console-tools/archs string skip-config #d-i debian-installer/country string NL
#d-i console-keymaps-at/keymap select us #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: #Removes the prompt about missing modules:
# Continue without installing a kernel? # Continue without installing a kernel?

Loading…
Cancel
Save