From 44191b5d8029c428a99bdd805b358f7919645489 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 24 Feb 2016 13:41:55 +0100 Subject: Some small improvements for the harddisk installer. --- 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 3d60085..77115b4 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1030,7 +1030,7 @@ if [ -f ${LIVE_ROOTDIR}/boot/vmlinuz-huge-* ]; then 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 - mv -i usr/lib/setup/* sbin/probe . + mv -i usr/lib/setup/* sbin/probe sbin/fixdate . rm -r usr sbin cd - # Fix some occurrences of '/mnt' that should not be used in the Live ISO: -- cgit v1.2.3