diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 90a4ad1..81234d8 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -80,6 +80,7 @@ langinst=$(cat /etc/locale.gen | grep -m1 '^#'$opclang | cut -c2-40) sed -i "s/\#$langinst/$langinst/g" /etc/locale.gen echo "LANG=$opclang" > /etc/locale.conf +echo "LANGUAGE=$opclang" > /etc/locale.conf echo "LC_COLLATE=$opclang" >> /etc/locale.conf echo "KEYMAP=$langabr" > /etc/vconsole.conf locale-gen