aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
Commit message (Collapse)AuthorAgeFilesLines
* rc.sysinit: don't perform fsck twice with /.autorelabelLukas Nykryn2016-01-051-0/+3
| | | | Reesolves: #1236062
* rc.sysinit: fix typo in fsLukas Nykryn2015-12-151-1/+1
| | | | Resolves: #1291498
* rc.sysinit: apply quotas after system is relabeledLukas Nykryn2015-08-131-9/+9
|
* rc.sysinit: be more verboseLukas Nykryn2015-02-271-3/+3
|
* rc.sysinit: set affinity also for current shellLukas Nykryn2015-02-271-0/+1
|
* readonly-root: remount rpc_pipefs if readonly-root is usedLukas Nykryn2014-06-061-0/+4
|
* netfs: implicitly handle glusterfs as a network filesystemdLukas Nykryn2014-04-301-2/+2
|
* rc.sysinit: apply sysctl settings before starting udevLukas Nykryn2014-03-261-0/+3
|
* rc.sysinit: use 'vgchange --ignoreskippedcluster'Lukas Nykryn2014-03-261-1/+1
|
* rc.sysinit: increase the saved random-seed to 4K (#1023471)Lukas Nykryn2014-03-261-1/+1
|
* remove duplicit thenLukas Nykryn2013-10-101-1/+0
|
* add ability to disable LVM activation on boot (#1015065)Lukas Nykryn2013-10-101-1/+6
|
* remount /proc to set attributes from fstab #984003Lukas Nykryn2013-08-091-0/+2
|
* Remount /dev/shm in sysinit to apply attributes from fstab (#669700)Lukas Nykryn2012-10-081-0/+3
|
* use vgchange -aay in rc.sysinit and netfs init scriptLukas Nykryn2012-10-081-1/+1
|
* fix the NIS domain settingLukas Nykryn2012-10-081-1/+1
|
* Set NIS domain (#704919)Lukas Nykryn2012-04-271-0/+1
|
* rc.sysinit - use rcS-emergency job instead of suloginPetr Lautrbach2012-02-141-3/+3
|
* use restorecon -F for /dev and /dev/pts (#743222)Petr Lautrbach2011-10-071-2/+2
|
* plymouth lives in /bin. (#702814)Bill Nottingham2011-08-161-5/+6
| | | | | | Conflicts: rc.d/rc.sysinit
* Fix logic error (#698520, <jlau@redhat.com>)Bill Nottingham2011-08-151-1/+1
|
* Add a comment explaining the oft-confused -t nox,y,z mount syntax.Bill Nottingham2011-08-151-0/+1
| | | | | The 'no' applies to all listed filesystem types, not just the first. Since this comes up in bugzilla once every month or two, explicitly comment it.
* Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ↵Bill Nottingham2011-08-151-5/+1
| | | | (#593211, continued)
* Add support for sysctl.d (#59311)Martin Langhoff2011-08-151-0/+4
|
* Simplify various string match constructs. (#558575)Ville Skyttä2010-12-061-4/+4
|
* Don't frob the console loglevel on boot. (#621257, #626572)Bill Nottingham2010-08-241-5/+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 '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.
* Also init_crypto for encrypyed network block devices. (#605600)Bill Nottingham2010-06-231-160/+0
|
* Use /etc/system-release instead of /etc/redhat-releaseBill Nottingham2010-06-181-6/+6
|
* 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.
* Use new lvm2 --sysinit option. Conflict with older lvm2. (#588777)Bill Nottingham2010-05-181-3/+1
|
* Change how we handle RAID arrays. (<dledford@redhat.com>)Bill Nottingham2010-04-091-1/+1
| | | | Conflict with older mdadm to make sure we're in sync.
* The current rawhide dmraid has proper error codes.Bill Nottingham2010-02-261-1/+1
|
* Check dmraid's return code, to catch 'no raid sets' error. (#568790)Bill Nottingham2010-02-261-1/+1
| | | | | | In future dmraid versions, all the errors ('no raid disks', etc.) will return proper error codes, so we can dispense with the string checks as well.
* Suppress bogus LVM2 warnings. (#561938, <prajnoha@redhat.com>)Bill Nottingham2010-02-161-0/+2
|
* Move mdadm after dmraid. (#494821)Bill Nottingham2010-01-111-3/+3
|
* Fix indenting/whitespaceBill Nottingham2010-01-111-25/+25
|
* Handle yet another random return string from dmraid.Bill Nottingham2009-11-251-1/+1
|
* Put /dev/shm in mtab too, as dracut now mounts it. (#528667)Bill Nottingham2009-10-151-0/+1
|
* dmraid can return 'no raid disks' to stdout. Handle it. (#527726, ↵Bill Nottingham2009-10-091-8/+11
| | | | <mschmidt@redhat.com>)
* Do not try and activate ISW raidsets, unless noiswmd is passed. (#524355, ↵Bill Nottingham2009-09-211-3/+5
| | | | <hdegoede@redhat.com>)
* Support rwtab and state passed from dracut initrd.Warren Togami2009-09-021-3/+3
|
* Restore context of recreated files. (#519748)Bill Nottingham2009-08-271-0/+1
|
* Fix some whitespace annoyances.Bill Nottingham2009-08-201-44/+44
|
* /selinux is not configurable. Don't pretend it is (fixes #518164)Bill Nottingham2009-08-201-10/+9
|
* Remove call to pam_console_apply.Bill Nottingham2009-08-041-3/+0
| | | | | 1) pam_console is doing it wrong. Use udev's acl support. 2) exactly what are we resetting for dynamically created udev devices?
* Use resolv.conf from dracut netboot before setting hostname. (#514801, ↵Bill Nottingham2009-07-301-0/+3
| | | | <wtogami@redhat.com>)
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-10/+10
| | | | Adapted from <victor.lowther@gmail.com>.
* Fix dmraid partition naming (#501476, <hdegoede@redhat.com>)Bill Nottingham2009-05-261-1/+6
|