User Feedback :: packages lost after reboot
I boot my laptop with dsl4.2.1 CD and run "install to hard drive" to /dev/hda1. home and opt are both set to hda1 (specified in lilo.conf).
I install NX and gtk2 from mydsl browser. But after reboot, NX and gtk2 are gone. I have to reinstall them. How to keep them in hard drive?
many thanks
t
If you have persistent opt and home, I assume you have a frugal install. With this type of system, everything outside of home and opt are installed to ram and disappear when you reboot. With a persistent home you can save the mydsl extensions to a directory in /home/dsl and point DSL to them with the mydsl boot option. For example, I have a "mydsl" directory in my persistent home, so in that case you could use this boot option:
mydsl=hda1/home/dsl/mydsl
if you don't mind re-loading the extensions at every boot, then you
put the extensions in
/hda1/mydsl/
if you want to load them manually from the menu, then you put them in
/hda1/mydsl/optional/
original here.