Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: bigpcman on January 28, 2010, 08:48:32 AM
-
On startup, tc-config finds all files within /usr/local/tce.installed that have 755 permissions and executes them.
-
Nowadays a list of extension basenames is made, the list is checked against files in tce.installed, and if executable, run.
This keeps the order, so scripts of the deps are run before scripts of the dependent app.
-
Nowadays a list of extension basenames is made, the list is checked against files in tce.installed, and if executable, run.
This keeps the order, so scripts of the deps are run before scripts of the dependent app.
I assume then tc-config and tce-load create and "manage" this list?
-
This is only on boot, the on-demand loading hasn't changed (check the extension basename). Yes, tc-config via tce-setup. I believe it's removed when not needed anymore.