diff options
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 |
commit | c5efe0c3040d6cdba01c64050d5ae3e1dcea1f99 (patch) | |
tree | ddc63248f9aeb6a202fce8c582d1de51b349f414 | |
parent | 95cd89396345c644e26cf69ab83a01a7f3ca5b8f (diff) | |
download | liveslak-c5efe0c3040d6cdba01c64050d5ae3e1dcea1f99.tar.gz liveslak-c5efe0c3040d6cdba01c64050d5ae3e1dcea1f99.tar.xz |
Add the liveslak scripts to the Live OS ISO.
-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): |