summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-03-09 20:04:36 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-03-09 20:04:36 -0500
commit7606c120a63b87afa76b7446792ef1ef5cfb047d (patch)
treea729c862917393abb12487801dd81bd3d321bc27 /testing
parent560519b0f7ccdd4faa037949c4023220704416b1 (diff)
LANG fix in autoinstall
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/chroot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/chroot.sh b/testing/chroot.sh
index 1aa7a77..6268f50 100755
--- a/testing/chroot.sh
+++ b/testing/chroot.sh
@@ -8,6 +8,7 @@ ln -sf /usr/share/zoneinfo/$TZuser /etc/localtime
hwclock --systohc
+echo "LANG=en_US.UTF-8" >> /etc/locale.conf
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
echo "en_US ISO-8859-1" >> /etc/locale.gen
locale-gen