summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-02-27 01:00:47 +0100
committer Eric Hameleers <alien@slackware.com>2016-02-27 01:00:47 +0100
commitbc16bc5571f6372a2bde0a2d18fb1a580c7d754d (patch)
tree085388f2ea79f5155c06cd8406a4c39cb47368d6 /make_slackware_live.sh
parent44191b5d8029c428a99bdd805b358f7919645489 (diff)
downloadliveslak-bc16bc5571f6372a2bde0a2d18fb1a580c7d754d.tar.gz
liveslak-bc16bc5571f6372a2bde0a2d18fb1a580c7d754d.tar.xz
Better safe than sorry.
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 77115b4..83915d1 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1029,7 +1029,7 @@ if [ -f ${LIVE_ROOTDIR}/boot/vmlinuz-huge-* ]; then
# and move them to a single directory in the ISO:
mkdir -p ${LIVE_ROOTDIR}/usr/share/${LIVEMAIN}
cd ${LIVE_ROOTDIR}/usr/share/${LIVEMAIN}
- gunzip -cd ${SL_PKGROOT}/../isolinux/initrd.img | cpio -i -d -H newc --no-absolute-filenames usr/lib/setup/* sbin/probe sbin/fixdate
+ gunzip -cd ${DEF_SL_PKGROOT}/../isolinux/initrd.img | cpio -i -d -H newc --no-absolute-filenames usr/lib/setup/* sbin/probe sbin/fixdate
mv -i usr/lib/setup/* sbin/probe sbin/fixdate .
rm -r usr sbin
cd -