diff --git a/install.sh b/install.sh index 2336f6a..172e253 100644 --- a/install.sh +++ b/install.sh @@ -371,10 +371,16 @@ echo echo "Setting locale and keymap.." echo "en_US.UTF-8 UTF-8" >> "/mnt/etc/locale.gen" arch-chroot "/mnt" locale-gen -echo "LANG=en_US.UTF-8" >> "/mnt/etc/locale.conf" +arch-chroot "/mnt" localectl set-locale LANG=en_US.UTF-8 -echo "KEYMAP=de-latin1" > "/mnt/etc/vconsole.conf" +echo "KEYMAP=de-latin1-nodeadkeys" > "/mnt/etc/vconsole.conf" arch-chroot /mnt localectl set-keymap --no-convert de-latin1-nodeadkeys + +cat << EOF > "/mnt/home/${user}/.config/kxkbrc" +[Layout] +LayoutList=de +Use=true +EOF echo "Done." echo