From aa8465adecebbe4cc729bfef76ba1489fe04aad6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Nov 2003 14:00:58 +0000 Subject: fix -sort in mkisofs --- move/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'move/Makefile') diff --git a/move/Makefile b/move/Makefile index add1564cd..69f7550d5 100644 --- a/move/Makefile +++ b/move/Makefile @@ -83,8 +83,8 @@ iso: un_live_tree_boot install live_tree_boot mv /tmp/*.clp /tmp/iso touch /tmp/iso/isolinux/boot.cat - find /tmp/iso/isolinux -type f -printf '%p 100\n' > r.sort ; echo '/tmp/iso/live_tree_boot.clp 5' >> r.sort - mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -V 'Mandrake Move' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ISO) /tmp/iso + find /tmp/iso/isolinux -type f -printf '%p 100\n' > /tmp/iso.sort ; echo '/tmp/iso/live_tree_boot.clp 5' >> /tmp/iso.sort + mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -V 'Mandrake Move' -b isolinux/isolinux.bin -c isolinux/boot.cat -sort /tmp/iso.sort -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ISO) /tmp/iso mv /tmp/iso/*.clp /tmp # cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 $(ISO) # ftp://a:a@leia//BIG/mdkmove.iso -- cgit v1.2.1