diff --git a/install.sh b/install.sh index 19a71cd..52404d0 100644 --- a/install.sh +++ b/install.sh @@ -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