| Commit message (Expand) | Author | Age | Files | Lines |
* | Put /dev/shm in mtab too, as dracut now mounts it. (#528667) | Bill Nottingham | 2009-10-15 | 1 | -0/+1 |
* | dmraid can return 'no raid disks' to stdout. Handle it. (#527726, <mschmidt@r... | Bill Nottingham | 2009-10-09 | 1 | -8/+11 |
* | Do not try and activate ISW raidsets, unless noiswmd is passed. (#524355, <hd... | Bill Nottingham | 2009-09-21 | 1 | -3/+5 |
* | Support rwtab and state passed from dracut initrd. | Warren Togami | 2009-09-02 | 1 | -3/+3 |
* | Restore context of recreated files. (#519748) | Bill Nottingham | 2009-08-27 | 1 | -0/+1 |
* | Fix some whitespace annoyances. | Bill Nottingham | 2009-08-20 | 1 | -44/+44 |
* | /selinux is not configurable. Don't pretend it is (fixes #518164) | Bill Nottingham | 2009-08-20 | 1 | -10/+9 |
* | Remove call to pam_console_apply. | Bill Nottingham | 2009-08-04 | 1 | -3/+0 |
* | Use resolv.conf from dracut netboot before setting hostname. (#514801, <wtoga... | Bill Nottingham | 2009-07-30 | 1 | -0/+3 |
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -10/+10 |
* | Fix dmraid partition naming (#501476, <hdegoede@redhat.com>) | Bill Nottingham | 2009-05-26 | 1 | -1/+6 |
* | Silence errors. | Bill Nottingham | 2009-04-02 | 1 | -1/+1 |
* | Fix syntax error.initscripts-8.92-1 | Bill Nottingham | 2009-04-02 | 1 | -1/+1 |
* | Add a disk scan synchronization point with scsi_wait_scan. (#481470) | Bill Nottingham | 2009-04-02 | 1 | -0/+3 |
* | Revert mdadm changes. | Bill Nottingham | 2009-03-31 | 1 | -2/+2 |
* | Handle multiple IP addresses without choking in the stateless code. (#443945) | Bill Nottingham | 2009-03-23 | 1 | -2/+3 |
* | Catch the right return code from asking for the password. (#483269, <vladis.k... | Bill Nottingham | 2009-03-20 | 1 | -1/+3 |
* | Fix raid auto-assembly (with corresponding mdadm changes). (#488038) | Bill Nottingham | 2009-03-18 | 1 | -2/+2 |
* | Fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>) | Bill Nottingham | 2009-03-04 | 1 | -8/+1 |
* | Fix typo. (#487926) | Bill Nottingham | 2009-03-03 | 1 | -1/+1 |
* | Fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>) | Bill Nottingham | 2009-01-06 | 1 | -1/+1 |
* | Nothing uses $(uname -r) or $(uname -m) any more in rc.sysinit - don't set them. | Bill Nottingham | 2009-01-05 | 1 | -2/+0 |
* | Remove /.suspended as well on boot (#270861) | Bill Nottingham | 2008-12-16 | 1 | -2/+3 |
* | blkid has a -l option to pick a single device. Use it. (#470027) | Bill Nottingham | 2008-11-05 | 1 | -4/+4 |
* | Properly handle multiple DM devices when checking for slaves. (#462371, <wwoo... | Bill Nottingham | 2008-10-31 | 1 | -3/+7 |
* | Don't check that the device exists. | Bill Nottingham | 2008-10-17 | 1 | -2/+0 |
* | Don't set up a device that's already a device-mapper slave. | Bill Nottingham | 2008-10-17 | 1 | -0/+4 |
* | Explicitly run mdadm on boot to catch degraded arrays. (<dledford@redhat.com>) | Bill Nottingham | 2008-10-14 | 1 | -0/+3 |
* | Revert "Explicitly load dm-crypt until we can fix cryptsetup." | Bill Nottingham | 2008-09-30 | 1 | -1/+0 |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2008-09-30 | 1 | -0/+1 |
|\ |
|
| * | Explicitly load dm-crypt until we can fix cryptsetup. | Bill Nottingham | 2008-09-30 | 1 | -0/+1 |
* | | Explicitly load dm-mod. | Bill Nottingham | 2008-09-30 | 1 | -0/+5 |
|/ |
|
* | Remove hardcoded device-mapper goo. | Bill Nottingham | 2008-09-18 | 1 | -12/+0 |
* | https://bugzilla.redhat.com/show_bug.cgi?id=433702 | Harald Hoyer | 2008-09-16 | 1 | -12/+18 |
* | Plymouth updates. (#460702, <rstrode@redhat.com>) | Bill Nottingham | 2008-09-10 | 1 | -9/+21 |
* | Use 0.0.0.0/0, not 0/0. (#460580) | Bill Nottingham | 2008-09-03 | 1 | -1/+1 |
* | Don't use -L. (#458652, #458504) | Bill Nottingham | 2008-08-22 | 1 | -1/+1 |
* | Properly hide the plymouth splash if needed. | Bill Nottingham | 2008-07-28 | 1 | -8/+10 |
* | remove references to static dmraid/multipath binaries (#453987) | Bill Nottingham | 2008-07-03 | 1 | -5/+5 |
* | Remove commented-out code | Bill Nottingham | 2008-06-20 | 1 | -3/+0 |
* | Fix /dev/pts mountinitscripts-8.78-1 | Bill Nottingham | 2008-06-20 | 1 | -0/+3 |
* | Don't export GRAPHICAL - plymouth is for all modes. | Bill Nottingham | 2008-06-19 | 1 | -18/+0 |
* | Revert "Remove rhgb support." | Bill Nottingham | 2008-06-19 | 1 | -6/+41 |
* | Add code to set MALLOC_CHECK_ and MALLOC_PERTURB_ . | Peter Jones | 2008-06-17 | 1 | -0/+6 |
* | Fix typo, and don't restorecon on swap, etc. partitions (#448886) | Bill Nottingham | 2008-05-29 | 1 | -1/+1 |
* | Silence extraneous error message. | Bill Nottingham | 2008-05-23 | 1 | -1/+1 |
* | Don't try to startup crypto if we can't find the device, or if it isn't there. | Bill Nottingham | 2008-05-23 | 1 | -0/+2 |
* | Don't echo crypto stuff unless we're actually *doing* something | Bill Nottingham | 2008-05-23 | 1 | -14/+5 |
* | Remove rhgb support. | Bill Nottingham | 2008-05-13 | 1 | -42/+1 |
* | properly handle symlinks, socketsinitscripts-8.70-1 | Bill Nottingham | 2008-04-15 | 1 | -1/+1 |