From 5b655fc0a3bc5e035472326a5d8d827c62d3eb90 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 23 Jan 2014 08:14:37 +0100 Subject: Preseed locales. See #684134, though: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684134 --- preseed.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/preseed.cfg b/preseed.cfg index 9a9ce28..be99a2e 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -50,6 +50,9 @@ d-i passwd/username string guilhem d-i passwd/user-password-crypted password $6$QjLeZdW1O$9VymVDc5q6NctEylAqObvmP4S7FXk1ckCPaHua0JaiFSaTeTKoWxaP7bQoUWvzCPDY23Xqthg87QDBbaCY9BP0 d-i passwd/user-default-groups string ssh +locales/default_environment_locale string en_US.UTF-8 +locales/locales_to_be_generated string en_US.UTF-8 UTF-8, sv_SE.UTF-8 UTF-8 + # System popularity-contest popularity-contest/participate boolean true d-i base-installer/kernel/image string linux-image-amd64 -- cgit v1.2.3