diff options
| -rwxr-xr-x | liveusb/airootfs/root/customize_airootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liveusb/airootfs/root/customize_airootfs.sh b/liveusb/airootfs/root/customize_airootfs.sh index b22c747..a4bd382 100755 --- a/liveusb/airootfs/root/customize_airootfs.sh +++ b/liveusb/airootfs/root/customize_airootfs.sh @@ -13,4 +13,4 @@ sed -i 's/^# \(session=.*\)/\1/' /etc/lxdm/lxdm.conf # uncomment session conf systemctl enable lxdm # Uncomment wheel group in sudoers -sed -i 's/^# \(%wheel ALL=(ALL) ALL\)/\1/' /etc/sudoers +sed -i 's/^# \(%wheel ALL=(ALL) NOPASSWD: ALL\)/\1/' /etc/sudoers |
