Extract and Upload: "nst-vm-livecd-1.8.1.zip"

You will need to mount the file: "nst-1.8.1.iso". You will then need to copy the file: "nst-vm-livecd-1.8.1.zip" from the directory: "/mnt/cdrom/local/utilities/vmare" to your development machine. Once you have the file on your development system, the following tasks need to be performed:

The following is modeled on the steps taken on a development system during the "1.5.0" release:

[root@quesadilla ~]# mkdir dist
[root@quesadilla ~]# cd dist
[root@quesadilla dist]# gzip -dc < /lan/pub/download/nst/1.8.1/nst-1.8.1.iso.gz > nst-1.8.1.iso
[root@quesadilla dist]# mount -o loop,ro nst-1.8.1.iso /mnt/cdrom
[root@quesadilla dist]# cp /mnt/cdrom/local/utilities/vmware/nst-vm-livecd-1.8.1.zip .
[root@quesadilla dist]# umount /mnt/cdrom
[root@quesadilla dist]# md5sum nst-vm-livecd-1.8.1.zip
[root@quesadilla dist]# rsync nst-vm-livecd-1.8.1.zip USERID@frs.sourceforge.net:uploads/
[root@quesadilla dist]# unzip nst-vm-livecd-1.8.1.zip
Archive:  nst-vm-livecd-1.8.1.zip
  inflating: nst-1.8.1/bios.nvram    
  inflating: nst-1.8.1/nst-s001.vmdk  
  inflating: nst-1.8.1/nst-s002.vmdk  
  inflating: nst-1.8.1/nst-s003.vmdk  
  inflating: nst-1.8.1/nst-s004.vmdk  
  inflating: nst-1.8.1/nst-s005.vmdk  
  inflating: nst-1.8.1/nst.vmdk      
  inflating: nst-1.8.1/nst-vm-linux-1.8.1smp.vmx  
  inflating: nst-1.8.1/nst-vm-linux-1.8.1.vmx  
  inflating: nst-1.8.1/nst-vm-windows-1.8.1smp.vmx  
  inflating: nst-1.8.1/nst-vm-windows-1.8.1.vmx  
  inflating: nst-1.8.1/README.txt
[root@quesadilla dist]# mv nst-1.8.1.iso nst-1.8.1
[root@quesadilla dist]# 

Note:

After uploading, you will need to add the file to the NST release at SourceForge. This is done using your browser at the project's web site.