index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-06-04 21:33:52 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-06-04 21:33:52 -0300 |
commit | 5d75049c119983aad719d03e92557f10aef5d199 (patch) | |
tree | b128982c91ccd0ce0dafef63f8c60ae036922801 /configs/releng/root-image | |
parent | 6634f0a7814e121e25a52eca2f70bd09c1adc122 (diff) |
-rwxr-xr-x | configs/releng/root-image/root/customize_root_image.sh | 4 |
diff --git a/configs/releng/root-image/root/customize_root_image.sh b/configs/releng/root-image/root/customize_root_image.sh index 2fccf47..97e2874 100755 --- a/configs/releng/root-image/root/customize_root_image.sh +++ b/configs/releng/root-image/root/customize_root_image.sh @@ -7,10 +7,10 @@ locale-gen ln -sf /usr/share/zoneinfo/UTC /etc/localtime -usermod -s /bin/zsh root +usermod -s /usr/bin/zsh root cp -aT /etc/skel/ /root/ -useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh arch +useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh arch chmod 750 /etc/sudoers.d chmod 440 /etc/sudoers.d/g_wheel |