aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-292-3/+15
|
* typoBill Nottingham2007-08-291-1/+1
|
* make __readlink as simple as possible. Seems to match the /usr/binBill Nottingham2007-08-291-18/+1
| | | | implementation (which does not normalize for full paths)
* adapt to new nut usage, conflict with older packages (#252973)Bill Nottingham2007-08-291-4/+6
|
* - added support for cryptsetup-uuids (bug #242078)Harald Hoyer2007-08-142-4/+33
|
* assorted cleanupsBill Nottingham2007-08-071-15/+7
|
* fix netconsole status()Bill Nottingham2007-08-071-9/+7
|
* 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
|
* avoid calling unicode_start unnecessarily often during startup/shutdown ↵Nils Philippsen2007-07-172-1/+10
| | | | which causes certain monitor/video card combos to flicker heavily (#237839)
* - netfs: check for rpcbind, not portmap (#245595)Bill Nottingham2007-06-251-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
* use sound saving wrapper from alsa-utils; conflict with older versions (#236916)Bill Nottingham2007-04-191-2/+2
|
* restorecon on mount points when relabeling (#220322)Bill Nottingham2007-04-161-0/+7
|
* add netconsole init script (#235952)Bill Nottingham2007-04-161-0/+147
|
* add options for mounting state (#234916)Bill Nottingham2007-04-131-2/+2
|
* 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.