summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake_slackware_live.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index d2e9009..e38ff68 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -992,8 +992,12 @@ KWALLET_EOL
fi # End LIVEDE = PLASMA5
+# Give the live user a copy of our skeleton configuration:
+cd ${LIVE_ROOTDIR}/etc/skel/
+ find . -exec cp -a --parents "{}" ${LIVE_ROOTDIR}/home/live/ \;
+cd - 1>/dev/null
+
# Make sure that user 'live' owns her own files:
-find ${LIVE_ROOTDIR}/etc/skel/ -exec cp -a "{}" ${LIVE_ROOTDIR}/home/live/ \;
chroot ${LIVE_ROOTDIR} chown -R live:users home/live
echo "-- Tweaking system startup."