Update install.sh

This commit is contained in:
proledatarian 2022-10-26 11:42:12 +00:00
parent dde60935d8
commit 4d4bc226af
1 changed files with 4 additions and 1 deletions

View File

@ -255,6 +255,7 @@ cat << EOF >/mnt/etc/locale.gen
en_US.UTF-8 UTF-8
#de_DE.UTF-8 UTF-8
EOF
#echo "${localegen}" >>/mnt/etc/locale.gen
arch-chroot /mnt locale-gen
echo "LANG=en_US.UTF-8" >/mnt/etc/locale.conf &&
@ -265,7 +266,9 @@ echo
# Set X locale and keyboard alyout.
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 &&
systemd-firstboot --root=/mnt --keymap=de-latin1-nodeadkeys &&
cat << EOF > /mnt/etc/X11/xorg.conf.d/00-keyboard.conf &&
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's