summaryrefslogtreecommitdiff
path: root/roles/preseed
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-02 17:56:09 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-02 17:56:09 +0100
commit1e1f41eff500a80980c1af560306590b4efbe131 (patch)
tree8619b84a220b2dba3ef800aec73864715432e43c /roles/preseed
parentmerge over installer roles from realraum repo (diff)
some cleanups
Diffstat (limited to 'roles/preseed')
-rw-r--r--roles/preseed/templates/preseed_debian-stretch.cfg.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/preseed/templates/preseed_debian-stretch.cfg.j2 b/roles/preseed/templates/preseed_debian-stretch.cfg.j2
index 7a3511a5..74ab18e8 100644
--- a/roles/preseed/templates/preseed_debian-stretch.cfg.j2
+++ b/roles/preseed/templates/preseed_debian-stretch.cfg.j2
@@ -4,8 +4,8 @@
d-i debian-installer/language string en
d-i debian-installer/country string AT
-d-i debian-installer/locale string de_AT.UTF-8
-d-i keyboard-configuration/xkb-keymap select de
+d-i debian-installer/locale string en_US.UTF-8
+d-i keyboard-configuration/xkb-keymap select us
d-i netcfg/disable_dhcp boolean true
d-i netcfg/choose_interface select {{ install_interface | default(hostvars[hostname].network_cooked.primary.interface) }}