diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2014-07-28 11:41:46 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2014-07-28 11:41:46 -0300 |
commit | 01773d2b86d9c6cb10d642c854143ef2dcc70bfc (patch) | |
tree | dc188af90f83dab20737369c09a96e1bb3250166 | |
parent | c32457c5cf8a31dec5688618a5d9d2687d6909b5 (diff) | |
download | archiso32-01773d2b86d9c6cb10d642c854143ef2dcc70bfc.tar.xz |
[configs/releng] Fix /root modev17
Thanks Izumi Natsuka for reporting this.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index 9c85453..aecf7f1 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -9,6 +9,7 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime 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 |