Doas-Konfiguration hinzugefügt.

This commit is contained in:
eichehome 2023-10-25 14:26:30 +02:00
parent 7516d6eaca
commit c964deac99

View file

@ -100,7 +100,12 @@ ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
EOF
cat /mnt/etc/doas.conf << EOF
permit :wheel
EOF
arch-chroot /mnt chpasswd <<< "root:testen"
arch-chroot /mnt useradd -mG wheel build
arch-chroot /mnt chpasswd <<< "build:build"
sed -i 's/#\(CHARACTER_SET:\).*/\1utf-8/' /mnt/etc/lynx.cfg