summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-05-12 08:40:23 +0200
committer Eric Hameleers <alien@slackware.com>2016-05-12 08:40:23 +0200
commit548f8bed627ae726d66cdbf755261d9ebe06623e (patch)
tree8621cdbce4bb5a93b0b9b44fa559368abb996e3d /make_slackware_live.sh
parentaabfd0e597aeca47523a734682705d122ae31562 (diff)
downloadliveslak-548f8bed627ae726d66cdbf755261d9ebe06623e.tar.gz
liveslak-548f8bed627ae726d66cdbf755261d9ebe06623e.tar.xz
Fixes for the broken 'load/noload' boot parameters and rootcopy location.
Provided by GigglesUK, thanks.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 6f888a5..f152580 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1852,7 +1852,7 @@ fi
# Directory for rootcopy files (everything placed here will be copied
# verbatim into the overlay root):
-mkdir -p ${LIVE_STAGING}/rootcopy
+mkdir -p ${LIVE_STAGING}/${LIVEMAIN}/rootcopy
# Create an ISO file from the directories found below ${LIVE_STAGING}:
cd ${LIVE_STAGING}