aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Collapse)AuthorAgeFilesLines
...
* use kexec -x to not shut down network (#223932, <mchristi@redhat.com>)Bill Nottingham2007-02-231-1/+1
|
* fix 'Fedora Fedora'Bill Nottingham2007-02-231-1/+1
|
* typoBill Nottingham2007-02-211-1/+1
|
* remove NETWORKING_IPV6Bill Nottingham2007-01-171-16/+8
|
* support VLAN_PLUS_VID_NO_PAD devices (#222975, #223011)Bill Nottingham2007-01-171-2/+2
|
* remove raidautorn (#219226)Bill Nottingham2006-12-191-1/+0
|
* don't unmount network filesystemsBill Nottingham2006-11-201-1/+1
|
* 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-262-19/+5
|
* 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
|
* don't write to gdmfifoBill Nottingham2006-09-271-1/+0
|
* * 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>)
* syntaxBill Nottingham2006-09-211-1/+1
|
* run with -m so that subprocesses get their own process group (part ofBill Nottingham2006-09-212-0/+4
| | | | #184340)
* better check here (#190989, #110761)Bill Nottingham2006-09-211-2/+2
|
* change blkid.tab pathBill Nottingham2006-09-191-1/+1
|
* set default affinity if specified (#203359)Bill Nottingham2006-09-151-0/+11
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* 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)
* - "<<<" doesn't work without a read-write filesystem. No, I'm serious.Peter Jones2006-08-311-4/+3
|
* - make resolve_dm_name ignore core logger block size when comparing rulesPeter Jones2006-08-311-4/+10
| | | | | | | - slightly more readable formatting - make "line" and "newline" the same variable - kill 2 exec() calls, add 1. - shell quoting rill ROT YOUR BRANE.
* - 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
|
* simpify (based on a prodding from <oblin@mandriva.com>)Bill Nottingham2006-08-251-1/+1
|
* don't do vgscan (#191879)Bill Nottingham2006-08-181-3/+1
|
* don't umount /dev/root<foo> (<oblin@mandriva.com>)Bill Nottingham2006-08-171-1/+1
|
* catch more errors from dmraid (#200683)Bill Nottingham2006-08-072-2/+2
|
* Support Debian-like "tmp" option in /etc/crypptab (#201382, based on a patchMiloslav Trmac2006-08-061-3/+17
| | | | by Lars Volker <lv@lekv.de>)
* run multipath on netdev devices (#180977)Bill Nottingham2006-08-011-0/+7
|
* Use /proc/mounts instead of /etc/mtab (via mount), to handle mount --rbindMiloslav Trmac2006-07-301-2/+4
| | | | (#198426)
* 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-274-12/+18
|
* 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)
* deref symlinks in get_numeric_devBill Nottingham2006-07-211-1/+1
|
* quick quiz - which makes more sense, when entering single user mode:Bill Nottingham2006-07-201-21/+0
| | | | | | | | - have 'single' start first, kill /etc/rc, and have it shut down all the services by itself - have /etc/rc kill services normally, and just run 'single' last? Yeah, I thought so.