diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-24 13:41:55 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-24 13:41:55 +0100 |
commit | 44191b5d8029c428a99bdd805b358f7919645489 (patch) | |
tree | 067d846e47916d1d63120aafa5eb1681aab01557 /make_slackware_live.sh | |
parent | 47dacac490705bbdc759aa6627d1f3cf1da15a8b (diff) | |
download | liveslak-44191b5d8029c428a99bdd805b358f7919645489.tar.gz liveslak-44191b5d8029c428a99bdd805b358f7919645489.tar.xz |
Some small improvements for the harddisk installer.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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: |