diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-03 00:22:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-03 00:22:12 +0000 |
commit | 8103693f06dac362ebac9ac553b8b994f4243bc1 (patch) | |
tree | 5d7c7566b3484fb44294b371dffbfab8bff4e62e /Makefile | |
parent | fbd335923be01d06f013eda6557448dc38a246fd (diff) | |
download | drakx-8103693f06dac362ebac9ac553b8b994f4243bc1.tar drakx-8103693f06dac362ebac9ac553b8b994f4243bc1.tar.gz drakx-8103693f06dac362ebac9ac553b8b994f4243bc1.tar.bz2 drakx-8103693f06dac362ebac9ac553b8b994f4243bc1.tar.xz drakx-8103693f06dac362ebac9ac553b8b994f4243bc1.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -45,4 +45,9 @@ upload: tar install rm -f $(ROOTDEST)/Mandrake/mdkinst.tgz rm -f /tmp/mdkinst_done -# mkisofs -R -b images/cdrom.img -c images/.catalog /tmp/r /mnt/disk/ | cdrecord -v -eject speed=6 dev=1,0 - +# mkisofs -r -J -b images/cdrom.img -c images/.catalog /tmp/r /mnt/disk/ | cdrecord -v -eject speed=6 dev=1,0 - +# as distrib: mv ~/oxygen/oxygen/images ~/tmp/r +# as mandrake: mkisofs -r -b images/cdrom.img -c images/boot.cat -o /home/ftp/linux-mandrake/pub/mirror/oxyiso/oxygen-3.iso ~distrib/tmp/r ~distrib/oxygen/oxygen +# as mandrake: remove old iso in /home/ftp/linux-mandrake/pub/mirror/oxyiso +# as mandrake: cd /home/ftp/linux-mandrake/pub/mirror/oxyiso ; md5sum *.iso > md5sum +# as distrib: mv ~/tmp/r/images ~/oxygen/oxygen |