Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: Roberto A. Foglietta on April 06, 2009, 02:46:11 PM
-
rc.shutdown:
http://e3pc.wikidot.com/local--files/tinycore/rc.shutdown
+ resolve the problem related to a partition not umountable because busy
+ better looking
tc-config:
http://e3pc.wikidot.com/local--files/tinycore/tc-config
+ resolve the problem of warnings related to kernel modules
+ use /etc/sysconfig to config kmap, lang, timezone, etc. etc.
-
Typically those /etc/sysconfig files are not there. They are populated during boot for possible other prcesses to use Perhaps you are suggesting to try to better support scatter mode install?
Also, it can be dangerous to post modified system scripts without a disclaimer as to exactly which version they apply to. System scripts can change frequently between releases. Another reason why scatter mode is not recommended.
-
Also, from whole files it's hard to see what's changed; please consider using diff -u.
-
I have accepted the rc.shutown mods. Thanks!
-
I have accepted the rc.shutown mods. Thanks!
in tc-config please accept this mod at least:
- depmod -a
+ depmod -ae 2>/dev/null
-
That was already done.