aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
Commit message (Collapse)AuthorAgeFilesLines
* fix check. duh.Bill Nottingham2007-10-081-1/+1
|
* don't hang if someone somehow manages to get a dangling pipe inBill Nottingham2007-09-281-3/+3
| | | | /etc/rhgb/temp (#251219)
* more dead codeBill Nottingham2007-09-141-4/+0
|
* dead dead deadBill Nottingham2007-09-141-6/+0
|
* anything using rc.serial should be udev rulesBill Nottingham2007-09-141-5/+0
|
* remove acpi module loading. the kernel finally got smart.Bill Nottingham2007-09-141-9/+0
|
* optimize out some excess greps (<harald@redhat.com>)Bill Nottingham2007-08-291-3/+3
|
* - added support for cryptsetup-uuids (bug #242078)Harald Hoyer2007-08-141-4/+12
|
* move quotacheck to after filesystem mounting so it actually works (#249003, ↵Bill Nottingham2007-07-201-20/+5
| | | | | | <tometzky@batory.org.pl>) also, nuke the convertquota stuff that has been obsolete (and not working) for quite some time
* add gfs2 (#248985)Bill Nottingham2007-07-201-1/+1
|
* don't print an error message about a missing device when p.e. aKarsten Hopp2007-05-081-1/+1
| | | | | logical partition is referenced in /etc/crypttab as it doesn't exist at the first pass
* restorecon on mount points when relabeling (#220322)Bill Nottingham2007-04-161-0/+7
|
* add options for mounting state (#234916)Bill Nottingham2007-04-131-2/+2
|
* fix 'Fedora Fedora'Bill Nottingham2007-02-231-1/+1
|
* typoBill Nottingham2007-02-211-1/+1
|
* remove raidautorn (#219226)Bill Nottingham2006-12-191-1/+0
|
* fix dmraid test (#216334)Bill Nottingham2006-11-201-1/+1
|
* add '--auto=yes' to mdadm invocation (#213671)Bill Nottingham2006-11-021-1/+1
|
* mount tmpfs with -n (#213132)Bill Nottingham2006-10-311-1/+1
|
* more statetab updates (#211839, <markmc@redhat.com>)Bill Nottingham2006-10-271-0/+1
|
* fix or_IN and similar locales (#212219)Bill Nottingham2006-10-261-4/+4
|
* use /etc/statetab, /etc/statetab.d for local state (#211839,Bill Nottingham2006-10-241-12/+28
| | | | <markmc@redhat.com>)
* use dmraid.static (#211297)Bill Nottingham2006-10-181-3/+3
|
* revert early-login support (#210836, essentially)Bill Nottingham2006-10-121-2/+2
|
* - Handle "nodmraid" and "nompath" command line options (#209377)Peter Jones2006-10-111-2/+3
|
* fix mismerger8-44Bill Nottingham2006-10-041-5/+6
|
* set keymap correctly in non-UTF8 locale (#167363)Bill Nottingham2006-10-041-3/+7
| | | | | separate tmpfs-usage for stateless from readonly-root (requested by OLPC)
* redirect stderr (#209204)Bill Nottingham2006-10-041-1/+1
|
* * rc.sysinit: Also check for localhost.localdomain when resettingBill Nottingham2006-09-271-1/+1
| | | | | | | the hostname for stateless clients. Remove explicit mount of $STATE_MOUNT/.files. Copy the puppet CA's certificate from the r/o image into $STATE_MOUNT. (#206331, <law@redhat.com>)
* run with -m so that subprocesses get their own process group (part ofBill Nottingham2006-09-211-0/+2
| | | | #184340)
* change blkid.tab pathBill Nottingham2006-09-191-1/+1
|
* set default affinity if specified (#203359)Bill Nottingham2006-09-151-0/+11
|
* run setsysfont always when /dev/tty1 existsBill Nottingham2006-09-081-2/+2
|
* allow going to a shell if the system is shut down uncleanlyBill Nottingham2006-09-081-1/+10
|
* 8.39-1r8-39Bill Nottingham2006-09-051-1/+1
|
* - make multipath partitions be named with the form "${device}p${partnum}",Peter Jones2006-08-311-5/+7
| | | | | like in nash and parted and anaconda and md partitions and... - make dmraid partitions be named with "p" as well (and use kpartx)
* - don't use nash to create /dev/mapper/control, it isn't hard to do.Peter Jones2006-08-291-7/+10
| | | | - do the first init_crypto call *after* initializing dm.
* strike thatBill Nottingham2006-08-281-0/+1
|
* remove restorecon, no longer needed (#204330)Bill Nottingham2006-08-281-1/+0
|
* don't do vgscan (#191879)Bill Nottingham2006-08-181-3/+1
|
* catch more errors from dmraid (#200683)Bill Nottingham2006-08-071-1/+1
|
* Support Debian-like "tmp" option in /etc/crypptab (#201382, based on a patchMiloslav Trmac2006-08-061-3/+17
| | | | by Lars Volker <lv@lekv.de>)
* Fix a possible attempt to kill getkey before it is started (#191453)Miloslav Trmac2006-07-301-1/+10
|
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-271-0/+1
|
* Don't require encrypted swap partitions to be swap formated before settingMiloslav Trmac2006-07-241-7/+0
| | | | them up (#127378)
* hack; make sure it existsBill Nottingham2006-07-211-0/+1
|
* Fix swapping stuff; make swapon of arbitrary swap devices optionalBill Nottingham2006-07-211-4/+10
| | | | (and off by default) (#198695, #196179, #196208)
* stateless updates (#197972, <law@redhat.com>)Bill Nottingham2006-07-131-28/+15
|
* SELinux works now.Bill Nottingham2006-07-131-7/+3
| | | | | - fix relabel call - allow 'noreadonlyroot' boot option
* Switch to VT 1 when asking for block device encryption keyMiloslav Trmac2006-07-091-3/+11
|