aboutsummaryrefslogtreecommitdiffstats
path: root/init
Commit message (Collapse)AuthorAgeFilesLines
* init/kexec-disable.conf: release kexec memory properlyDavid Kaspar [Dee'Kej]2016-11-151-1/+1
| | | | Resolves: RHBZ #1378198
* init: inform users about .override files in .conf filesVáclav Pavlín2013-07-1613-0/+39
|
* Start serial console when we return from runlevel1 (#755699)Lukas Nykryn2012-08-071-0/+1
|
* Add usage stanzas for tty.conf and serial.confLukas Nykryn2012-08-032-0/+2
|
* Improve comment in init/serial.conf (#746808)Lukas Nykryn2012-02-141-2/+11
|
* kexec - free reservation memory only for crashkernel=auto (#734987)Petr Lautrbach2011-09-201-0/+1
|
* add support for emergency target (#681357)Petr Lautrbach2011-09-202-0/+24
|
* plymouth lives in /bin. (#702814)Bill Nottingham2011-08-161-1/+1
| | | | | | Conflicts: rc.d/rc.sysinit
* don't run kexec-disable for runlevels [S016] (#658138)Petr Lautrbach2010-12-061-1/+1
|
* Stop tty and serial also on runlevel 's' (#629257)Petr Lautrbach2010-12-062-2/+2
|
* Fix typo.Bill Nottingham2010-09-171-1/+1
|
* When kexec-tools isn't installed, or isn't running, free kexec memory. (#613578)initscripts-9.03.14-1Bill Nottingham2010-08-031-0/+11
| | | | | Ideally, this would be inverted and memory wouldn't be allocated unless kexec-tools is installed and active.
* Don't directly execute bash for single-user mode, as that has SELinux ↵Bill Nottingham2010-06-291-1/+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.
* Fix debugging leftovers.Bill Nottingham2010-05-191-2/+1
|
* Improve shutdown splash screen reliabilityRay Strode2010-05-193-14/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now the splash screen and rc script are racing with each other so you occasionally see a few shutdown messages before plymouth is up. This commit ensures proper synchronization between prefdm, plymouthd, and the rc script. It does this by 1) fully stopping prefdm before letting rc start 2) fully starting plymouth before letting rc start 3) if prefdm is running (e.g. runlevel 5), waiting until it is fully stopped before starting plymouthd 4) if prefdm is not running (e.g. runlevel 3), starting plymouthd right away One bit of complication in this commit is the "splash manager". It's a layer of indirection needed to handle the conditional mentioned in 3) and 4). There's no way within an upstart job file to say "start after the prefdm "stopped" event only if prefdm is not already stopped". We really need this to effectively happen, though, because if prefdm isn't in the process of stopping (because it was never started in the first place), it will never emit the stopped event and blocking for an event that never comes mean shutdown would never start. The splash manager checks if prefdm is already running and uses that information to emit an appropriate event that the plymouth-shutdown job can key of off. Note, one implication of 4) is we are showing plymouth when shutting down from runlevel 3 now. This is a change in behavior, but makes sense, since we show plymouth when starting up into runlevel 3.
* rcS*.conf - check if /etc/inittab exists (#590703)Petr Lautrbach2010-05-132-2/+2
|
* Fix shutdown as well as plymouth quitting.Bill Nottingham2010-05-031-0/+1
|
* Use 'task' for stopping plymouth. (<rstrode@redhat.com>)Bill Nottingham2010-04-261-0/+2
|
* Don't HUP init when messagebus starts (#557791)Bill Nottingham2010-01-221-4/+0
| | | | | It drops the event queue, breaking other events. We need to find a better way to do this.
* Respawn correctly. (#552324, <zing@fastmail.fm>)Bill Nottingham2010-01-051-5/+1
|
* reload-init.conf: reload init on started messagebusPetr Lautrbach2010-01-041-0/+4
|
* Fix path reference.Bill Nottingham2009-12-041-1/+1
|
* Fix start-ttys for the correct number of ttys, and for X-on-tty1.Bill Nottingham2009-12-031-0/+2
|
* Fix default number of ttys.Bill Nottingham2009-12-031-1/+1
|
* Remove the dirty dirty hack in favor of an 'and' clause.Bill Nottingham2009-12-031-20/+3
| | | | (This better work now.)
* Actually commit new files.Bill Nottingham2009-12-033-0/+36
|
* Coalesce the multiple rcX and ttyX jobs into single files.Bill Nottingham2009-12-0319-291/+16
| | | | | | Adjust other jobs accordingly. Use a configuration parameter for what ttys to start.
* Move to new upstart job location and file extension.Bill Nottingham2009-12-0321-0/+422