base: Change ownership of skeleton files when copying them to the home folder
This commit is contained in:
parent
66983ce17c
commit
04649fce8a
@ -2,5 +2,9 @@
|
||||
# Create and populate a volatile home directory.
|
||||
mount -t tmpfs tmpfs /home/selene
|
||||
chown selene:selene /home/selene
|
||||
|
||||
cp /etc/skel/welcome /home/selene/
|
||||
cp /etc/skel/LICENSE /home/selene/
|
||||
|
||||
chown selene:selene /home/selene/welcome
|
||||
chown selene:selene /home/selene/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user