Doas-Konfiguration hinzugefügt.
This commit is contained in:
parent
7516d6eaca
commit
c964deac99
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue