mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Aug. 25 2006,19:49 |
|
If you have the traditional harddrive install, you don't really need to reinstall anything. The gtk2 extension remains installed, so the only thing you have to be concerned about are the uci packages, which are mounted rather than installed. The result is, as you probably guessed, that they are unmounted when you shut down.
There are two solutions that I can think of right now.... 1) mount both uci packages, copy the newly created /opt/whatever directories to a temporary location (as root), unmount the UCIs, then copy the temp directories back into /opt, using the same directory structure as the original package. This method allows you to trash the uci, since it is now permanently installed.
2) Copy the uci files wherever you find convenient, and add a mydsl-load command for them in /opt/bootlocal.sh: su - dsl -c mydsl-load /path/to/extensions/{jre1_5_0,firefox-1.5}.uci
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|