Skip to content
Snippets Groups Projects
Commit 01773d2b authored by Gerardo Pozzi's avatar Gerardo Pozzi
Browse files

[configs/releng] Fix /root mode


Thanks Izumi Natsuka for reporting this.

Signed-off-by: default avatarGerardo Exequiel Pozzi <vmlinuz386@gmail.com>
parent c32457c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment