HD Install :: how to upgrade to new version of DSL
Here is my filetool.lst that I am using with 0.6:
---
/home/damnsmall/.fluxbox
/home/damnsmall/.xtdesktop
/home/damnsmall/.xinitrc
/opt/xsetup
/opt/ppp
/home/damnsmall/.blackboxrc
/home/damnsmall/.dillo
/home/damnsmall/.links
/opt/MozillaFirebird
/home/damnsmall/.phoenix
/home/damnsmall/web.html
/home/damnsmall/web_files
/home/damnsmall/upload
/home/damnsmall/kreon
/etc/wvdial.conf
/ramdisk/usr/bin/wvdialconf
/ramdisk/usr/bin/wvdial
/ramdisk/usr/bin/wvdial.conf
---
Note that I obtained wvdial, wvdialconf from 0.5.3.1 and restore it to
0.6 with this filetool.lst.
So, I did have to follow your suggestion about the full paths to get it to
work ok.
Also, could you give some examples of what might be put in /opt/bootlocal.sh.
Perhaps an xterm? If I do that, I would then want to add this line to my
filetool.lst?
---
/opt/bootlocal.sh
---

bootlocal.sh was made for people who need to load extra modules, or mounts, or things that affect the system,e.g., daemons. For example I use it for my iwconfig commands to specifiy which wireless access point I use. Also, I put extra mount commands there. If you recall there have been posts about how to have some drives mounted when /etc/fstab is rewritten upon boot. bootlocal.sh works well there for both liveCD and frugal installed, as well as traditionally hard drive installed systems. The challenge is always to try give more functionally to liveCD, but try to keep things consistent for hard drive, and now frugal installed systems. Otherwise support via this board can become confusing.
You would not start an xterm there. .xinitrc is made for auto stating x window programs such as an xterm.
original here.