diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-10-23 14:20:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-10-23 14:20:35 +0000 |
commit | a4aafd5a88a8065291522f6a26f35031afb12c2e (patch) | |
tree | 642c3af2fef831ceb0e73e5284745bad3ee44301 | |
parent | e1e7a09b0de9057715d0e86caee9a0fd3a685264 (diff) | |
download | drakx-a4aafd5a88a8065291522f6a26f35031afb12c2e.tar drakx-a4aafd5a88a8065291522f6a26f35031afb12c2e.tar.gz drakx-a4aafd5a88a8065291522f6a26f35031afb12c2e.tar.bz2 drakx-a4aafd5a88a8065291522f6a26f35031afb12c2e.tar.xz drakx-a4aafd5a88a8065291522f6a26f35031afb12c2e.zip |
add the mkisofs/cdrecord command line
-rw-r--r-- | move/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 - |