Make a /home/arch (arch:users 0755) in archiso startup script
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
13a2ebbd00
commit
4d1fb6a58d
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ do_makeuser ()
|
|||
stat_busy "Making the default user arch"
|
||||
addgroups="audio,disk,optical,wheel"
|
||||
useradd -p "" -g users -G $addgroups arch
|
||||
mkdir /home/arch
|
||||
chmod 700 /home/arch
|
||||
chown arch:users /home/arch
|
||||
stat_done
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue