Deploy default /etc/locale.conf, to avoid systemd-firstboot prompting during bootup
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 25-locales
index 277b684..59a4e71 100755 (executable)
@@ -13,6 +13,9 @@ set -e
 # the full setup, GRMLBASE installs a minimal configuration
 fcopy -v /etc/locale.gen
 
+# set up /etc/locale.conf, to avoid systemd-firstboot prompting for user input
+fcopy -v /etc/locale.conf
+
 # get rid of locales unless using class LOCALES
 set +u
 if ! ifclass LOCALES ; then