diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-12-03 13:20:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-12-03 13:20:46 +0000 |
commit | a780a3b456fb38db88e7c9b3d9a99f0649d9897d (patch) | |
tree | 8a7bf00351683b755700290fed2cf99ede180afe /move | |
parent | e7b9d80486c5debe6c60bff7e2f47bf8b78a0d56 (diff) | |
download | drakx-a780a3b456fb38db88e7c9b3d9a99f0649d9897d.tar drakx-a780a3b456fb38db88e7c9b3d9a99f0649d9897d.tar.gz drakx-a780a3b456fb38db88e7c9b3d9a99f0649d9897d.tar.bz2 drakx-a780a3b456fb38db88e7c9b3d9a99f0649d9897d.tar.xz drakx-a780a3b456fb38db88e7c9b3d9a99f0649d9897d.zip |
add md5sum to the iso
Diffstat (limited to 'move')
-rw-r--r-- | move/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index 621e36904..c43c87861 100644 --- a/move/Makefile +++ b/move/Makefile @@ -110,6 +110,7 @@ iso: un_live_tree_boot install live_tree_boot 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 'Mandrake Move' -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) # ftp://a:a@leia//BIG/mdkmove.iso |