Update install.sh

This commit is contained in:
proledatarian 2022-03-09 10:45:07 +00:00
parent 416c8bf2ad
commit 69d53a616a
1 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ echo "Setting and generating locale."
#localegen=$(cat /mnt/etc/locale.gen) #localegen=$(cat /mnt/etc/locale.gen)
cat <<EOF > /mnt/etc/locale.gen cat <<EOF > /mnt/etc/locale.gen
en_US.UTF-8 UTF-8 en_US.UTF-8 UTF-8
#de_DE.UTF-8 UTF-8 de_DE.UTF-8 UTF-8
EOF EOF
#echo "${localegen}" >>/mnt/etc/locale.gen #echo "${localegen}" >>/mnt/etc/locale.gen
arch-chroot /mnt locale-gen arch-chroot /mnt locale-gen
@ -290,7 +290,7 @@ echo
echo "Setting locale and keyboard layout." echo "Setting locale and keyboard layout."
arch-chroot /mnt localectl --no-convert set-keymap de-latin1-nodeadkeys && arch-chroot /mnt localectl --no-convert set-keymap de-latin1-nodeadkeys &&
cat << EOF > /mnt//etc/X11/xorg.conf.d/00-keyboard.conf && cat << EOF > /mnt/etc/X11/xorg.conf.d/00-keyboard.conf &&
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's # Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to # probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it. # instruct systemd-localed to update it.