diff --git a/install.sh b/install.sh index b020c14..f6e094b 100644 --- a/install.sh +++ b/install.sh @@ -255,13 +255,13 @@ EOF echo "timeout 1" >> /mnt/boot/loader/loader.conf echo "default arch.conf" >> /mnt/boot/loader/loader.conf -localectl --no-convert set-keymap de-latin1-nodeadkeys +arch-chroot /mnt localectl --no-convert set-keymap de-latin1-nodeadkeys echo "Username?" read user -useradd -m $user && -passwd $user && -gpasswd -a $user wheel +arch-chroot /mnt useradd -m $user && +arch-chroot /mnt passwd $user && +arch-chroot /mnt gpasswd -a $user wheel cat << EOF > /mnt//etc/X11/xorg.conf.d/00-keyboard.conf # Written by systemd-localed(8), read by systemd-localed and Xorg. It's