Update install.sh
This commit is contained in:
parent
c59e80af7d
commit
ac2d1edd12
|
@ -255,13 +255,13 @@ EOF
|
||||||
echo "timeout 1" >> /mnt/boot/loader/loader.conf
|
echo "timeout 1" >> /mnt/boot/loader/loader.conf
|
||||||
echo "default arch.conf" >> /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?"
|
echo "Username?"
|
||||||
read user
|
read user
|
||||||
useradd -m $user &&
|
arch-chroot /mnt useradd -m $user &&
|
||||||
passwd $user &&
|
arch-chroot /mnt passwd $user &&
|
||||||
gpasswd -a $user wheel
|
arch-chroot /mnt gpasswd -a $user wheel
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue