From f0247d52217365f0a1ae4e883db3624f7e2d818b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Dec 2003 15:47:22 +0000 Subject: set volset --- move/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'move') diff --git a/move/Makefile b/move/Makefile index 2c2da4d53..87dbcb5d9 100644 --- a/move/Makefile +++ b/move/Makefile @@ -109,7 +109,9 @@ iso: un_live_tree_boot install live_tree_boot touch /tmp/iso/isolinux/boot.cat 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 'MandrakeMove' -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 +# download version: MOVE10DO +# complete version: MOVE10IN + mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -P MandrakeSoft -V 'MandrakeMove' -volset MOVE10IN -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 mkcd --addmd5 $(ISO) # cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 $(ISO) -- cgit v1.2.1