diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/hooks/normal/0040-create-locales-files.hook.chroot | 2 |
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 |