diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-07 17:07:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-07 17:07:30 +0000 |
commit | 73053fb0bb6255c13deecd198499cfc4479134bc (patch) | |
tree | f5e5e1ae0259613e69c9041f6745ec2f967eff1f /Makefile | |
parent | 6e0714d453adf6cb59f3a8083d3561d5f274be16 (diff) | |
download | drakx-73053fb0bb6255c13deecd198499cfc4479134bc.tar drakx-73053fb0bb6255c13deecd198499cfc4479134bc.tar.gz drakx-73053fb0bb6255c13deecd198499cfc4479134bc.tar.bz2 drakx-73053fb0bb6255c13deecd198499cfc4479134bc.tar.xz drakx-73053fb0bb6255c13deecd198499cfc4479134bc.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,7 @@ autoboot: ifeq (i386,$(ARCH)) install -d $(ROOTDEST)/lnx4win cp -f vmlinuz $(ROOTDEST)/lnx4win + cp -f cdrom.rdz $(ROOTDEST)/lnx4win/initrd.img install -d $(AUTOBOOT) cp -f vmlinuz $(AUTOBOOT) @@ -98,6 +99,7 @@ upload: tar install lftp -c "open mandrakesoft.com; cd $(UPLOAD_DEST)/images ; mput $(ROOTDEST)/images/*.img" lftp -c "open mandrakesoft.com; cd ~/tmp ; put $(ROOTDEST)/Mandrake/mdkinst.tgz ; put /tmp/mdkinst_done ; cd $(UPLOAD_DEST)/Mandrake/base ; lcd $(ROOTDEST)/Mandrake/base ; put mdkinst_stage2.gz rescue_stage2.gz compss compssList compssUsers hdlists ; cd $(UPLOAD_DEST)/misc ; lcd ~/gi/tools/ ; put make_mdkinst_stage2" #,gendepslist,rpm2header" lftp -c "open mandrakesoft.com; cd $(UPLOAD_DEST)/dosutils/autoboot/mdkinst ; put $(ROOTDEST)/dosutils/autoboot/mdkinst/vmlinuz ; mput $(ROOTDEST)/dosutils/autoboot/mdkinst/initrd.*" + lftp -c "open mandrakesoft.com; cd $(UPLOAD_DEST)/lnx4win ; lcd $(ROOTDEST)/lnx4win ; put initrd.gz vmlinuz" lftp -c "open mandrakesoft.com; cd $(UPLOAD_DEST_CONTRIB)/others/src ; put ../gi.tar.bz2" rm -f $(ROOTDEST)/Mandrake/mdkinst.tgz rm -f /tmp/mdkinst_done |