Update install.sh
This commit is contained in:
parent
4d4bc226af
commit
c630882792
|
@ -258,7 +258,7 @@ EOF
|
|||
|
||||
#echo "${localegen}" >>/mnt/etc/locale.gen
|
||||
arch-chroot /mnt locale-gen
|
||||
echo "LANG=en_US.UTF-8" >/mnt/etc/locale.conf &&
|
||||
echo "LANG=en_US.UTF-8" > /mnt/etc/locale.conf &&
|
||||
#echo "LANG=de_DE.UTF-8" >/mnt/etc/locale.conf
|
||||
echo "KEYMAP=de-latin1" > /mnt/etc/vconsole.conf &&
|
||||
echo "Done."
|
||||
|
|
Loading…
Reference in New Issue