Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix logic error (#698520, <jlau@redhat.com>) | Bill Nottingham | 2011-04-25 | 1 | -1/+1 |
| | |||||
* | Support overriding hostname via /etc/hostname. | Bill Nottingham | 2011-04-18 | 1 | -0/+3 |
| | |||||
* | Add a comment explaining the oft-confused -t nox,y,z mount syntax. | Bill Nottingham | 2011-03-22 | 1 | -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. | ||||
* | Avoid some unnecessary stat calls. | Ville Skyttä | 2011-03-01 | 1 | -6/+4 |
| | |||||
* | Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ↵ | Bill Nottingham | 2011-02-28 | 1 | -5/+1 |
| | | | | (#593211, continued) | ||||
* | Add support for sysctl.d (#59311) | Martin Langhoff | 2011-02-25 | 1 | -0/+4 |
| | |||||
* | When creating btmp, ensure the proper context. (#656928) | Bill Nottingham | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | Don't use rhgb-client; it's long since deprecated. | Bill Nottingham | 2010-11-03 | 1 | -4/+5 |
| | |||||
* | Revert "add systemd services" | Bill Nottingham | 2010-10-14 | 1 | -2/+655 |
| | | | | | | This reverts commit f280984f691e0c3cbca2b31dad7a32a5c66ab51b. This will be reworked a bit and re-added. | ||||
* | add systemd services | Harald Hoyer | 2010-10-05 | 1 | -655/+2 |
| | |||||
* | Reset btmp on boot too, if necessary (#633768, <dmach@redhat.com>) | Bill Nottingham | 2010-09-14 | 1 | -2/+3 |
| | |||||
* | Don't frob the console loglevel on boot. (#621257, #626572) | Bill Nottingham | 2010-08-24 | 1 | -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 support for hotkey interactive startup. (#605016) | Bill Nottingham | 2010-06-30 | 1 | -20/+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. | ||||
* | Also init_crypto for encrypyed network block devices. (#605600) | Bill Nottingham | 2010-06-23 | 1 | -160/+0 |
| | |||||
* | Use /etc/system-release. | Bill Nottingham | 2010-06-18 | 1 | -6/+6 |
| | |||||
* | Always reboot on autorelabel. (#595823) | Bill Nottingham | 2010-06-03 | 1 | -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 Nottingham | 2010-05-18 | 1 | -3/+1 |
| | |||||
* | Ignore monitoring on startup. (#589037) | Bill Nottingham | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Change how we handle RAID arrays. (<dledford@redhat.com>) | Bill Nottingham | 2010-04-09 | 1 | -1/+1 |
| | | | | Conflict with older mdadm to make sure we're in sync. | ||||
* | The current rawhide dmraid has proper error codes. | Bill Nottingham | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Check dmraid's return code, to catch 'no raid sets' error. (#568790) | Bill Nottingham | 2010-02-26 | 1 | -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 Nottingham | 2010-02-16 | 1 | -0/+2 |
| | |||||
* | Eliminate bunch of unnecessary stat calls and command invocations. | Ville Skyttä | 2010-01-12 | 1 | -14/+14 |
| | |||||
* | Move mdadm after dmraid. (#494821) | Bill Nottingham | 2010-01-11 | 1 | -3/+3 |
| | |||||
* | Fix indenting/whitespace. | Bill Nottingham | 2010-01-11 | 1 | -25/+25 |
| | |||||
* | Simplify various string match constructs. | Ville Skyttä | 2010-01-07 | 1 | -4/+4 |
| | |||||
* | Handle yet another random return string from dmraid. | Bill Nottingham | 2009-11-25 | 1 | -1/+1 |
| | |||||
* | 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, ↵ | Bill Nottingham | 2009-10-09 | 1 | -8/+11 |
| | | | | <mschmidt@redhat.com>) | ||||
* | Do not try and activate ISW raidsets, unless noiswmd is passed. (#524355, ↵ | Bill Nottingham | 2009-09-21 | 1 | -3/+5 |
| | | | | <hdegoede@redhat.com>) | ||||
* | 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 |
| | | | | | 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 Nottingham | 2009-07-30 | 1 | -0/+3 |
| | | | | <wtogami@redhat.com>) | ||||
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -10/+10 |
| | | | | Adapted from <victor.lowther@gmail.com>. | ||||
* | 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 |
| | | | | | | We need to wait for scans to finish for mdadm & LVM to work (and heck, even fsck). Note that this won't necessarily fix USB, as it has an asyncrhonous delay even before it starts scanning. | ||||
* | Revert mdadm changes. | Bill Nottingham | 2009-03-31 | 1 | -2/+2 |
| | | | | | This reverts commit 67e59d33e57d4c8feba356320bead2451cbb921b. This reverts commit fcc54b6f014c63b64e37b0d63d871f344385da84. | ||||
* | Handle multiple IP addresses without choking in the stateless code. (#443945) | Bill Nottingham | 2009-03-23 | 1 | -2/+3 |
| | | | | | If you have multiple addresses that resolve to different things, it will still be unpredictable. In which case... set your hostname yourself. | ||||
* | Catch the right return code from asking for the password. (#483269, ↵ | Bill Nottingham | 2009-03-20 | 1 | -1/+3 |
| | | | | <vladis.kletnieks@vt.edu>) | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've been doing a lot of work on mkinitrd's dmraid support lately some of the lessons learned there also apply to the activation of (not used for /) dmraid arrays in rc.sysinit, this will esp. help the livecd proerly activating and using dmraid sets. The patch fixes the following issues: 1) rc.sysinit (and mkinitrd used to) calls dm_resolve_name() on the output of dmraid, this is not necessary as dm_resolve_name is only needed when the name is /dev/dm-#, it is actually harmful as dm_resolve_name sometimes fails when used like this, causing us to fail to activate dmraid sets 2) rc.sysinit does not remove the partitions from the raw disks used in a raidset the initrd used to use special nash functionality to tell the kernels to forget about the partitions of the raw disks it had scanned at boot. The issue here is, say we have a mirror of sda and sdb, and that mirror has 2 partitions. Then the kernel when scanning the raw disks will find sda1,sda2,sdb1,sdb2. But we do not want anything using those, they should use the devicemapper versions as those are mirrored! I've even seen mounting by LABEL / UUID do the wrong thing by using the raw partitions instead of the raidset partitions. I've recently done a patch to dmraid adding a --rm_partitions cmdline option which makes dmraid do the ioctl which makes the kernel forget about the partitions of the rawdisk (which in turn makes udev remove the device nodes). This way we no longer need the nash magic. Part of my rc.sysinit patch is adding --rm_partitions to the dmraid invocation 3) rc.sysinit uses dmraid -p, which tells dmraid to not setup device maps for the partitions of the raidset and then kalls kpartx to setup the device maps for the partitions. This can be simplified by removing the -p argument to dmraid 4) with all these changes in place there is no longer a reason to loop, a single dmraid invocation is enough. p.s. AFAIK with this patch the last user of dm_resolve_name is gone, so that function can be removed. Better check twice though. | ||||
* | 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 |
| |