The fastest way to have the new betas.  Get the delta.isos and applydelta 
immediately after, in the background, while the next delta is downloading.

Pay attention to wrapping: wget and applydeltaiso are each one liners.

for ((i=1;i<=5;i++)); do
  wget -c 
ftp://ftp.gwdg.de/pub/opensuse/distribution/SL-10.1-beta6/delta-iso/SUSE-Linux-10.1-beta5_beta6-i386-CD$i.delta.iso
  applydeltaiso SUSE-Linux-10.1-beta5-i386-CD$i.iso 
SUSE-Linux-10.1-beta5_beta6-i386-CD$i.delta.iso 
SUSE-Linux-10.1-beta6-i386-CD$i.iso &
done

It's a simple idea, but it optimizes the process.  I thought some of you might 
be interested.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to