Update nopassword directive to newer default config
This commit is contained in:
parent
c2a1bdbdd7
commit
7748b7d7c5
@ -54,5 +54,6 @@ printf "%s\n" "Enter $CHROOT_USER password"
|
|||||||
while true; do
|
while true; do
|
||||||
passwd $CHROOT_USER && break
|
passwd $CHROOT_USER && break
|
||||||
done
|
done
|
||||||
sed -i 's/# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL/g' /etc/sudoers
|
|
||||||
|
sed -i 's/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/g' sudoers
|
||||||
printf "%s\n" "Don't forget to run \"archbox --mount\" in host on boot"
|
printf "%s\n" "Don't forget to run \"archbox --mount\" in host on boot"
|
||||||
|
Loading…
Reference in New Issue
Block a user