diff options
-rw-r--r-- | preseed.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 |