aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/init
Commit message (Collapse)AuthorAgeFilesLines
* drop useless variables from /etc/sysconfig/initLukas Nykryn2013-07-111-7/+0
|
* Don't frob the console loglevel on boot. (#621257, #626572)Bill Nottingham2010-08-241-2/+0
| | | | | | | | 1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it. 2) This overrides the kernel commandline, for people who want to temporarily reset it there 3) This actually turns messages back on out from underneath plymouth, which isn't nice. To frob the console loglevel, pass it on the kernel command line.
* Remove support for hotkey interactive startup. (#605016)Bill Nottingham2010-06-301-2/+0
| | | | | | | | It cannot work reliably as done in this way. (It's possible to do surgery to do it in plymouth itself, but not here.) Interactive startup via the 'confirm' commandline option is still available.
* Don't directly execute bash for single-user mode, as that has SELinux ↵Bill Nottingham2010-06-291-0/+3
| | | | | | | | | | | issues. (#540216, #584443, #585053) If upstart directly runs bash for single-user mode, there's no way for SELinux to set the proper context (to distinguish it from other init scripts). Inserting a helper binary in the way allows for this. While we're changing this, we make it configurable so it's easily possible for people to use sulogin if they so desire.
* Coalesce the multiple rcX and ttyX jobs into single files.Bill Nottingham2009-12-031-0/+2
| | | | | | Adjust other jobs accordingly. Use a configuration parameter for what ttys to start.
* Don't export GRAPHICAL - plymouth is for all modes.Bill Nottingham2008-06-191-2/+0
| | | | Don't try to start rhgb.
* Fix swapping stuff; make swapon of arbitrary swap devices optionalBill Nottingham2006-07-211-0/+2
| | | | (and off by default) (#198695, #196179, #196208)
* revert some stuffBill Nottingham2004-11-011-0/+2
|
* - some optims/cleanups, details in initscripts.specr7-94Florian La Roche2004-10-311-2/+0
|
* updated rhgb support (<jrb@redhat.com>)Bill Nottingham2003-05-201-0/+2
|
* no more boldBill Nottingham2002-06-181-3/+3
|
* set default loglevel to 3, not 1Bill Nottingham2001-08-271-1/+1
|
* switch from echoing values into /proc/sys to using sysctlBill Nottingham1999-12-281-4/+0
|
* control stop-a differently than sysrqBill Nottingham1999-11-101-3/+3
|
* control stop-a like magic sysrqBill Nottingham1999-10-051-1/+3
|
* Duh. Use different terminal escape.Bill Nottingham1999-09-131-1/+1
|
* allow turning off of 'press 'i' prompt'Bill Nottingham1999-09-071-0/+2
|
* disable magic sysrq by defaultBill Nottingham1999-08-311-0/+2
|
* *** empty log message ***Bill Nottingham1999-02-251-5/+5
|
* more changes for sysconfig/initBill Nottingham1999-02-251-4/+11
|
* add default /etc/sysconfig/initBill Nottingham1999-02-221-0/+12
change raw ansi to echo -e add a 'serial' mode that has no ansi escapes