From c5efe0c3040d6cdba01c64050d5ae3e1dcea1f99 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 16 Dec 2015 11:59:40 +0100 Subject: Add the liveslak scripts to the Live OS ISO. --- make_slackware_live.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make_slackware_live.sh') 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): -- cgit v1.2.3