diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 01:49:34 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 01:49:34 +0100 |
| commit | 9f6bd750d7bdd3cbe124606fd30474a3faeb6e1f (patch) | |
| tree | 1abd8e31442e71181e102da960a0d9d8975cde05 /liveusb/airootfs/root/customize_airootfs.sh | |
| parent | ad900a84709bb6c2b751f9d5bed2ce7280c7dc04 (diff) | |
Some initial releng cleanup
Diffstat (limited to 'liveusb/airootfs/root/customize_airootfs.sh')
| -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 aecf7f1..bd9cd3b 100755 --- a/liveusb/airootfs/root/customize_airootfs.sh +++ b/liveusb/airootfs/root/customize_airootfs.sh @@ -11,7 +11,7 @@ usermod -s /usr/bin/zsh root cp -aT /etc/skel/ /root/ chmod 700 /root -useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh arch +useradd -m -p "" -g users -s /usr/bin/zsh amenthes chmod 750 /etc/sudoers.d chmod 440 /etc/sudoers.d/g_wheel |
