From 548f8bed627ae726d66cdbf755261d9ebe06623e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 12 May 2016 08:40:23 +0200 Subject: Fixes for the broken 'load/noload' boot parameters and rootcopy location. Provided by GigglesUK, thanks. --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_slackware_live.sh') 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} -- cgit v1.2.3