diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-28 07:08:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-28 07:08:08 +0000 |
commit | d9b79dab0a06ab11e13bd6e7ca77b32ce4e08e53 (patch) | |
tree | 0285a6e0b51208d6f8148393a64fd65ae540c998 /move | |
parent | af0e7294864d848be588f3dc46807a4c66dbdb19 (diff) | |
download | drakx-d9b79dab0a06ab11e13bd6e7ca77b32ce4e08e53.tar drakx-d9b79dab0a06ab11e13bd6e7ca77b32ce4e08e53.tar.gz drakx-d9b79dab0a06ab11e13bd6e7ca77b32ce4e08e53.tar.bz2 drakx-d9b79dab0a06ab11e13bd6e7ca77b32ce4e08e53.tar.xz drakx-d9b79dab0a06ab11e13bd6e7ca77b32ce4e08e53.zip |
s/MandrakeMove/Move/
Diffstat (limited to 'move')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index 426342ced..16eaf85c7 100644 --- a/move/Makefile +++ b/move/Makefile @@ -123,7 +123,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 'MandrakeMove' -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 -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 mv $(DEST)/iso/*.clp $(DEST) mkcd --addmd5 $(ISO) # cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 $(ISO) |