Hi Ruud,
Not only you, sometimes a little wrong / or space make things impossible. The script above did not run perfectly for me at first. I tried and this is the conclusion:
The DL3.3 iso generated by this script is not like an usual download of 700 MB.
From start script to final iso generated it consumes less than 10 minutes: 3 mins connected to internet on a ADSL 600 (60 kbps when good) and 7 minutes to generate iso (I think any good P3 900Mhz 512Mb ram can do this in no more than 15 minutes).
DL3.3 iso is created using the live-cd you are running live (DL3.2 live-cd for me). The script add and modify its structure and generate a new iso on your hardisk or pendrive. The conditions are a partition with at least 1.5GB free space and linux filesystem (ext3, reiserfs etc) if hardisk.
After iso created you have to burn it and boot it. Sorry my lack of experience on pendrives options.
Below is the script with copy/paste method. The only part you have to answer is where the iso will be created. Check the place/partition where you want it, for example, if your live-cd see your Dreamlinux partition on /mnt/hda7, answer /mnt/hda7, sometimes it is not hda it is sda, so /mnt/sda7. You are free to choose any linux partition with enough room, Dreamlinux is an example and maybe you prefer an empty linux partition, go ahead.
Do not choose /tmp on this script. The /tmp is better when running from hardisks, this script is for live-cd, so...
Here you are:
1 - Boot Dreamlinux 3.2 LiveCD (3.0 or 3.1 seems to be the same)
2 - Connect to internet
3 - Verify where you want your new DL3.3 iso to be created (hda5, sda8, pendrive...)
4 - Open Terminal, copy/paste and hit enter:
sudo wget http://www.ngsys.eti.br/pub/updates/DL3.0/dlupdate3.3.sh
5 - Make it executable, copy/paste and hit enter: (no activity on terminal but yes it is executable after this)
sudo chmod 755 dlupdate3.3.sh
6 - Run the script, copy/paste and hit enter:
sudo ./dlupdate3.3.sh
This DL3.3 script will automactically stop and wait for your answer at this point:
Inform the destination directory for your new iso (ex: /tmp or /mnt/sda12):
Remember to not choose /tmp, so the answer should be (example):
Inform the destination directory for your new iso (ex: /tmp or /mnt/sda12):
/mnt/hda7or
Inform the destination directory for your new iso (ex: /tmp or /mnt/sda12):
/mnt/sda7or
your pendrive if you know how to manage it.
See what time is it and wait for no more than 15 minutes. At the end a DL3.3.iso with 699,3 MB will be generated where you pointed.
André