Results 1 to 3 of 3
Hello, just a quick question:
Code:
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
# System initialization (runs when system boots).
si:S:sysinit:/etc/rc.d/rc.S
# Script to run when ...
- 08-10-2008 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 25
Init Tweaking
Hello, just a quick question:
since I'm always booting into multiuser can I comment out the "Script to run when going single user (runlevel 1)."? or does that need to run prior to rc.M? It seems like rc.M undoes some of rc.K.Code:# Default runlevel. (Do not set to 0 or 6) id:3:initdefault: # System initialization (runs when system boots). si:S:sysinit:/etc/rc.d/rc.S # Script to run when going single user (runlevel 1). su:1S:wait:/etc/rc.d/rc.K # Script to run when going multi user. rc:2345:wait:/etc/rc.d/rc.M
Thanks.
- 08-10-2008 #2
Runlevel 1 is maintenance/rescue mode. Commenting that out will leave you without something to fall back on /if/ something goes wrong.
Can't tell an OS by it's GUI
- 08-12-2008 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 25
Thanks for the advice.
LOLCan't tell an OS by it's GUI


Reply With Quote
