aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add # as a valid character in network device namesMatt Domsch2011-01-141-1/+1
|
* Fix routing regression (#660363)Bill Nottingham2010-12-081-1/+1
|
* don't run kexec-disable for runlevels [S016] (#658138)Petr Lautrbach2010-12-061-1/+1
|
* sysctl.conf.s390 - system z optimized sysctl settings per default (#633323)Petr Lautrbach2010-12-061-0/+10
|
* Stop tty and serial also on runlevel 's' (#629257)Petr Lautrbach2010-12-062-2/+2
|
* Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) ↵Bill Nottingham2010-12-063-36/+71
| | | | | | | | Adapted from <jklimes@redhat.com> In addition to legacy IP aliases, this commit adds a support for configuring mupliple IPs via single ifcfg file. It uses the same syntax and behaviour as NetworkManager.
* Allow 0 as a vlan tag. (#624704, #635360)Bill Nottingham2010-12-061-1/+1
|
* Fix ifdown calling nmcli for NM-managed devices; others are handled by ↵Jiří Klimeš2010-12-062-1/+6
| | | | ifdown-${DEVICETYPE} (#612934).
* Add infiniband mapping (#648524, <monis@voltaire.com>)Bill Nottingham2010-12-061-0/+3
|
* Explicitly pass both device and dir when remounting read-only (#620461, ↵Bill Nottingham2010-12-061-2/+2
| | | | <phr@doc.ic.ac.uk>)
* Simplify various string match constructs. (#558575)Ville Skyttä2010-12-063-6/+6
|
* Don't accidentally cause sit module to be loaded on shutdown. (#654098, ↵Bill Nottingham2010-11-161-1/+3
| | | | <ejsheldrake@gmail.com>)
* Don't use the /sbin/ip wrapper that was removed in mid-2009.Bill Nottingham2010-10-222-3/+3
|
* Adjust clock docs (#637058)Bill Nottingham2010-09-271-13/+9
|
* Clarify description (#637176)Bill Nottingham2010-09-241-1/+1
|
* Fix typo.Bill Nottingham2010-09-171-1/+1
|
* 9.03.17-1initscripts-9.03.17-1Harald Hoyer2010-09-011-1/+4
|
* Revert "DaveM hates syncookies."Harald Hoyer2010-09-013-0/+9
| | | | | | This reverts commit 2ad81727bd98d4c8364dfdc7f65d105972c93e1c. Resolves rhbz#629259
* 9.03.16-1initscripts-9.03.16-1Bill Nottingham2010-08-241-1/+4
|
* Don't frob the console loglevel on boot. (#621257, #626572)Bill Nottingham2010-08-242-8/+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.
* 9.03.15-1initscripts-9.03.15-1Bill Nottingham2010-08-091-1/+4
|
* Change default loglevel to match what sysklogd used to set it to. (#621257)Bill Nottingham2010-08-092-4/+9
| | | | | | | klogd used to hardcode the loglevel to 6, which made this setting somewhat superfluous. rsyslogd does not. It could be argued that we shouldn't muck with it, but at this stage, it's best to just change it to match the previous observed behavior.
* When kexec-tools isn't installed, or isn't running, free kexec memory. (#613578)initscripts-9.03.14-1Bill Nottingham2010-08-032-1/+15
| | | | | Ideally, this would be inverted and memory wouldn't be allocated unless kexec-tools is installed and active.
* 9.03.13-1initscripts-9.03.13-1Bill Nottingham2010-07-261-1/+5
|
* rename_device: dequote DEVICE="eth0"Harald Hoyer2010-07-261-1/+1
|
* rename_device: fix s390 subchannel readingHarald Hoyer2010-07-151-3/+4
|
* 9.03.12-1initscripts-9.03.12-1Bill Nottingham2010-07-011-2/+5
|
* Remove 'press 'I' for interactive startup message.Bill Nottingham2010-07-011-4/+0
| | | | | Even with plymouth wait-kestroke support, this method is deprecated in favor of booting with 'confirm'.
* Use plymouth wait-keystroke, etc. for interactive mode, not getkey. (#605016)Bill Nottingham2010-07-011-16/+3
| | | | getkey won't work right in a plymouth context.
* Document NETWORKWAIT (#595386)Bill Nottingham2010-07-011-0/+8
|
* Add sushell, man page to manifests.initscripts-9.03.11-1Bill Nottingham2010-06-292-0/+3
|
* 9.03.11-1Bill Nottingham2010-06-291-1/+4
|
* Don't directly execute bash for single-user mode, as that has SELinux ↵Bill Nottingham2010-06-295-1/+30
| | | | | | | | | | | 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.
* 9.03.10-1initscripts-9.03.10-1Bill Nottingham2010-06-241-1/+6
|
* Check for dhclient configuration in /etc/dhcp as well (#607764, #607766)Bill Nottingham2010-06-241-1/+3
|
* Remove obsolete documentation (we don't support dhcpcd.)Bill Nottingham2010-06-241-7/+1
|
* Handle quoted SUBCHANNELS (#607481)Bill Nottingham2010-06-241-2/+2
|
* Also init_crypto for encrypyed network block devices. (#605600)Bill Nottingham2010-06-233-160/+165
|
* Use /etc/system-release instead of /etc/redhat-releaseBill Nottingham2010-06-182-7/+7
|
* 9.03.9-1initscripts-9.03.9-1Bill Nottingham2010-06-091-1/+7
|
* Handle permission denied on reading PID file. (#595597)Bill Nottingham2010-06-091-0/+4
|
* Check NM_CONTROLLED before deciding to use NM for a connection. (#599707, ↵Bill Nottingham2010-06-041-1/+1
| | | | probably others.)
* Add functions to check shvar-style variables.Bill Nottingham2010-06-041-0/+21
|
* Always reboot on autorelabel. (#595823)Bill Nottingham2010-06-031-19/+9
| | | | | | It's not just init that could be mislabeled and cause problems; there's udev, random other command from rc.sysinit, etc. Furthermore, this avoids a problem with ending up in permissive mode.
* Remove extraneous newline.Bill Nottingham2010-05-201-1/+0
|
* Correct the fix for not clearing environment with runuser. (#203010, #564093)Bill Nottingham2010-05-191-1/+1
| | | | This changes runuser to not use a login shell. We'll see what happens.
* Fix debugging leftovers.Bill Nottingham2010-05-191-2/+1
|
* 9.03.8-1initscripts-9.03.8-1Bill Nottingham2010-05-191-1/+10
|
* 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.
* Use new lvm2 --sysinit option. Conflict with older lvm2. (#588777)Bill Nottingham2010-05-182-4/+2
|