Tiny Core Base > TCB Q&A Forum

Is this still the way startup scripts get executed?

(1/1)

bigpcman:

--- Quote ---On startup, tc-config finds all files within /usr/local/tce.installed that have 755 permissions and executes them.
--- End quote ---

curaga:
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.

bigpcman:

--- Quote from: curaga on January 28, 2010, 06:06:01 AM ---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.

--- End quote ---

I assume then tc-config and tce-load create and "manage" this list?

curaga:
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.

Navigation

[0] Message Index

Go to full version