Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't frob the console loglevel on boot. (#621257, #626572) | Bill Nottingham | 2010-08-24 | 1 | -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 Nottingham | 2010-06-30 | 1 | -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 Nottingham | 2010-06-29 | 1 | -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 Nottingham | 2009-12-03 | 1 | -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 Nottingham | 2008-06-19 | 1 | -2/+0 |
| | | | | Don't try to start rhgb. | ||||
* | Fix swapping stuff; make swapon of arbitrary swap devices optional | Bill Nottingham | 2006-07-21 | 1 | -0/+2 |
| | | | | (and off by default) (#198695, #196179, #196208) | ||||
* | revert some stuff | Bill Nottingham | 2004-11-01 | 1 | -0/+2 |
| | |||||
* | - some optims/cleanups, details in initscripts.specr7-94 | Florian La Roche | 2004-10-31 | 1 | -2/+0 |
| | |||||
* | updated rhgb support (<jrb@redhat.com>) | Bill Nottingham | 2003-05-20 | 1 | -0/+2 |
| | |||||
* | no more bold | Bill Nottingham | 2002-06-18 | 1 | -3/+3 |
| | |||||
* | set default loglevel to 3, not 1 | Bill Nottingham | 2001-08-27 | 1 | -1/+1 |
| | |||||
* | switch from echoing values into /proc/sys to using sysctl | Bill Nottingham | 1999-12-28 | 1 | -4/+0 |
| | |||||
* | control stop-a differently than sysrq | Bill Nottingham | 1999-11-10 | 1 | -3/+3 |
| | |||||
* | control stop-a like magic sysrq | Bill Nottingham | 1999-10-05 | 1 | -1/+3 |
| | |||||
* | Duh. Use different terminal escape. | Bill Nottingham | 1999-09-13 | 1 | -1/+1 |
| | |||||
* | allow turning off of 'press 'i' prompt' | Bill Nottingham | 1999-09-07 | 1 | -0/+2 |
| | |||||
* | disable magic sysrq by default | Bill Nottingham | 1999-08-31 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Bill Nottingham | 1999-02-25 | 1 | -5/+5 |
| | |||||
* | more changes for sysconfig/init | Bill Nottingham | 1999-02-25 | 1 | -4/+11 |
| | |||||
* | add default /etc/sysconfig/init | Bill Nottingham | 1999-02-22 | 1 | -0/+12 |
change raw ansi to echo -e add a 'serial' mode that has no ansi escapes |