base: Change ownership of skeleton files when copying them to the home folder

This commit is contained in:
apio 2024-05-01 18:55:18 +02:00
parent 66983ce17c
commit 04649fce8a
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -2,5 +2,9 @@
# Create and populate a volatile home directory. # Create and populate a volatile home directory.
mount -t tmpfs tmpfs /home/selene mount -t tmpfs tmpfs /home/selene
chown selene:selene /home/selene chown selene:selene /home/selene
cp /etc/skel/welcome /home/selene/ cp /etc/skel/welcome /home/selene/
cp /etc/skel/LICENSE /home/selene/ cp /etc/skel/LICENSE /home/selene/
chown selene:selene /home/selene/welcome
chown selene:selene /home/selene/LICENSE