WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: experimental rc.shutdown and rcS  (Read 3914 times)

Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
experimental rc.shutdown and rcS
« on: April 06, 2009, 11:46:11 AM »
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.




Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: experimental rc.shutdown and rcS
« Reply #1 on: April 06, 2009, 01:55:22 PM »
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.
« Last Edit: April 06, 2009, 01:57:18 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: experimental rc.shutdown and rcS
« Reply #2 on: April 06, 2009, 02:15:51 PM »
Also, from whole files it's hard to see what's changed; please consider using diff -u.
The only barriers that can stop you are the ones you create yourself.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: experimental rc.shutdown and rcS
« Reply #3 on: April 06, 2009, 04:18:06 PM »
I have accepted the rc.shutown mods. Thanks!
10+ Years Contributing to Linux Open Source Projects.

Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
Re: experimental rc.shutdown and rcS
« Reply #4 on: April 07, 2009, 07:02:57 AM »
I have accepted the rc.shutown mods. Thanks!

in tc-config please accept this mod at least:

Code: [Select]
- depmod -a
+ depmod -ae 2>/dev/null


Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: experimental rc.shutdown and rcS
« Reply #5 on: April 07, 2009, 07:04:53 AM »
That was already done.
10+ Years Contributing to Linux Open Source Projects.