From a4aafd5a88a8065291522f6a26f35031afb12c2e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Oct 2003 14:20:35 +0000 Subject: add the mkisofs/cdrecord command line --- move/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'move/Makefile') diff --git a/move/Makefile b/move/Makefile index 22056b539..ea7a124da 100644 --- a/move/Makefile +++ b/move/Makefile @@ -75,4 +75,7 @@ clean: mkisofs -r -sort $<.sort $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ else \ mkisofs -r $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ - fi \ No newline at end of file + fi + +# touch r/isolinux/boot.cat ; find r/isolinux -type f -printf '%p 100\n' > r.sort ; echo 'r/isolinux/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 r | cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 - -- cgit v1.2.1