summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-12-16 11:59:40 +0100
committer Eric Hameleers <alien@slackware.com>2015-12-16 11:59:40 +0100
commitc5efe0c3040d6cdba01c64050d5ae3e1dcea1f99 (patch)
treeddc63248f9aeb6a202fce8c582d1de51b349f414
parent95cd89396345c644e26cf69ab83a01a7f3ca5b8f (diff)
downloadliveslak-c5efe0c3040d6cdba01c64050d5ae3e1dcea1f99.tar.gz
liveslak-c5efe0c3040d6cdba01c64050d5ae3e1dcea1f99.tar.xz
Add the liveslak scripts to the Live OS ISO.
-rwxr-xr-xmake_slackware_live.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 3f902b2..adf5b82 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -874,6 +874,10 @@ DEBUG_ETH_UP="no"
EOT
fi
+# Add our scripts to the Live OS:
+mkdir -p ${LIVE_ROOTDIR}/usr/local/sbin
+install -m0755 ${LIVE_TOOLDIR}/makemod ${LIVE_TOOLDIR}/iso2usb.sh ${LIVE_ROOTDIR}/usr/local/sbin/
+
echo "-- Configuring XFCE."
# Prepare some XFCE defaults for the 'live' user and any new users.
# (don't show icons on the desktop for irrelevant stuff):