2023-07-30 16:46:19 +00:00
|
|
|
#!/bin/sh
|
2023-08-22 13:08:07 +00:00
|
|
|
# Create and populate a volatile home directory.
|
2023-07-10 11:05:06 +00:00
|
|
|
mount -t tmpfs tmpfs /home/selene
|
|
|
|
chown selene:selene /home/selene
|
2023-08-22 13:08:07 +00:00
|
|
|
cp /etc/skel/welcome /home/selene/
|
|
|
|
cp /etc/skel/LICENSE /home/selene/
|