LANG fix in autoinstall

This commit is contained in:
Luke Smith 2019-03-09 20:04:36 -05:00
parent 560519b0f7
commit 7606c120a6
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -8,6 +8,7 @@ ln -sf /usr/share/zoneinfo/$TZuser /etc/localtime
hwclock --systohc hwclock --systohc
echo "LANG=en_US.UTF-8" >> /etc/locale.conf
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
echo "en_US ISO-8859-1" >> /etc/locale.gen echo "en_US ISO-8859-1" >> /etc/locale.gen
locale-gen locale-gen