diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-10-14 02:33:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-10-14 02:33:10 +0000 |
commit | c389660d66edc180033f4f6ba6e4c3e84012a9f4 (patch) | |
tree | edcae40e3a155fc9cb017eb65a547442cfb95ac9 /move/Makefile | |
parent | 265145130a57d92876039c64898d5157daa83d50 (diff) | |
download | drakx-c389660d66edc180033f4f6ba6e4c3e84012a9f4.tar drakx-c389660d66edc180033f4f6ba6e4c3e84012a9f4.tar.gz drakx-c389660d66edc180033f4f6ba6e4c3e84012a9f4.tar.bz2 drakx-c389660d66edc180033f4f6ba6e4c3e84012a9f4.tar.xz drakx-c389660d66edc180033f4f6ba6e4c3e84012a9f4.zip |
mkisofs "-P" option is now "-publisher"
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |