aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2017-07-03 17:07:42 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2017-07-03 17:07:44 +0100
commit30552ae8b9681c2fdd1ab747efd4c18dd39df868 (patch)
tree4790a5c33a6eb28b3ba3b826a4bbc20f70c4c1a7
parentc58269ea72f5e8ccbee99c007f52a9d996cc1dd9 (diff)
downloadvminstall-30552ae8b9681c2fdd1ab747efd4c18dd39df868.tar.gz
preseed: Set locale as en_GB.UTF-8
Not to everybody's taste, but I don't care. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
-rw-r--r--preseed.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/preseed.cfg b/preseed.cfg
index c62d550..8162fa5 100644
--- a/preseed.cfg
+++ b/preseed.cfg
@@ -1,12 +1,12 @@
#### Contents of the preconfiguration file (for stretch)
### Localization
# 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 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
+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