roberts
Group: Members
Posts: 4983
Joined: Oct. 2003 |
|
Posted: Mar. 27 2005,16:47 |
|
Quote | I would like it very much if you could kindly explain what you mean by completely "unloading" means to me/us? |
Using emelfm double click on a uci extension and it loads up ready to use including menu and icon. Double click on it again and it is gone. No menu, no icon, no mount, no empty directory. That is what I mean my completely unloading the uci.
Quote | If ucis arre read only, does it mean postgresql -which is an RDMS - is not suitable to be developed as a uci?
Or if we do create one can we have it write the database to another writable directory? Is this the solution?
|
Database or anything else that need writeable access would require one to do an analysis of those parts requiring such. I have made in the past both a Postgres and MySQL cdrom based applicance. Also, there are many other Knoppix derived database products. So it is a matter of being presice with the use of syslinks.
Quote | In developing uci, as they have to be in a single directory, how can tar.gz files which do not have this requirement, be turned iinto a uci? |
I think you are confusing the general term of .tar.gz vs the .tar.gz dsl extensions. The DSL tar.gz extension by definition can only be located in the two natively writeable areas being /opt and /home. Both of two directores is the structure used in the uci type extension.
Quote | Do we have to nake ucis by using source downloads and putting them into a single directory with config --prefix=/directory ?
|
Not necessarily. Many of them can use PATH and LD_LIBRARY_PATH. Each one would need its own analysis on how best to proceeed.
|