From c389660d66edc180033f4f6ba6e4c3e84012a9f4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Oct 2004 02:33:10 +0000 Subject: mkisofs "-P" option is now "-publisher" --- move/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move/Makefile b/move/Makefile index 59d945a75..7571c6e83 100644 --- a/move/Makefile +++ b/move/Makefile @@ -126,7 +126,7 @@ only_iso: find $(DEST)/iso/isolinux -type f -printf '%p 100\n' > $(DEST)/iso.sort ; echo '$(DEST)/iso/live_tree_boot.clp 5' >> $(DEST)/iso.sort # download version: MOVE10DO # complete version: MOVE10IN - mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -P Mandrakesoft -V 'Move' -volset MOVE10IN -b isolinux/isolinux.bin -c isolinux/boot.cat -sort $(DEST)/iso.sort -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ISO) $(DEST)/iso + mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -publisher Mandrakesoft -V 'Move' -volset MOVE10IN -b isolinux/isolinux.bin -c isolinux/boot.cat -sort $(DEST)/iso.sort -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ISO) $(DEST)/iso mv $(DEST)/iso/*.clp $(DEST) mkcd --addmd5 $(ISO) # cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 $(ISO) -- cgit v1.2.1