Skip to content

Commit

Permalink
LANG fix in autoinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSmithxyz committed Mar 10, 2019
1 parent 560519b commit 7606c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7606c12

Please sign in to comment.