summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/hooks/normal/0040-create-locales-files.hook.chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hooks/normal/0040-create-locales-files.hook.chroot b/share/hooks/normal/0040-create-locales-files.hook.chroot
index 8a5a8677c..cd240608a 100755
--- a/share/hooks/normal/0040-create-locales-files.hook.chroot
+++ b/share/hooks/normal/0040-create-locales-files.hook.chroot
@@ -4,4 +4,4 @@ set -e
# Create /etc/environment and /etc/default/locale
touch /etc/environment
-touch /etc/default/locale
+echo "LANG=C.UTF-8" >/etc/default/locale