From d0614ce08193709fcf5322b7abcad39a3a4670e9 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 27 Feb 2020 16:48:18 -0600 Subject: [PATCH] stretch+: default to en_US, ones less keyboard click as there are no options Signed-off-by: Robert Nelson --- lib/buster-preseed.cfg | 5 ++++- lib/stretch-preseed.cfg | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/buster-preseed.cfg b/lib/buster-preseed.cfg index d6157be..01a670a 100644 --- a/lib/buster-preseed.cfg +++ b/lib/buster-preseed.cfg @@ -1,9 +1,12 @@ #From: https://www.debian.org/releases/buster/example-preseed.txt +#### Contents of the preconfiguration file (for buster) +### Localization +# 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 debian-installer/locale string en_US #d-i console-keymaps-at/keymap select us #Removes the prompt about missing modules: diff --git a/lib/stretch-preseed.cfg b/lib/stretch-preseed.cfg index e4b787b..03ba634 100644 --- a/lib/stretch-preseed.cfg +++ b/lib/stretch-preseed.cfg @@ -1,9 +1,12 @@ #From: https://www.debian.org/releases/buster/example-preseed.txt +#### Contents of the preconfiguration file (for buster) +### Localization +# 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 debian-installer/locale string en_US #d-i console-keymaps-at/keymap select us #Removes the prompt about missing modules: