diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 4 |
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): |