From 66462a99196f4a720b7716c24549d007d3b5b624 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 28 Feb 2020 09:51:27 -0600 Subject: [PATCH] stretch+: preseed: disable keyboard-configuration/xkb-keymap, so users can define there keymap Signed-off-by: Robert Nelson --- lib/buster-preseed.cfg | 15 +++++++++++---- lib/stretch-preseed.cfg | 15 +++++++++++---- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/lib/buster-preseed.cfg b/lib/buster-preseed.cfg index 2c8e6ff..7c250f3 100644 --- a/lib/buster-preseed.cfg +++ b/lib/buster-preseed.cfg @@ -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? diff --git a/lib/stretch-preseed.cfg b/lib/stretch-preseed.cfg index e3ac878..5a9057e 100644 --- a/lib/stretch-preseed.cfg +++ b/lib/stretch-preseed.cfg @@ -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?