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?