aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add a configurable delay for killproc() (#198429, <jorton@redhat.com>)Bill Nottingham2006-07-201-4/+9
|
* 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
* don't bring down the network if root is on nfs / _netdevBill Nottingham2006-07-111-1/+9
|
* /etc/mtab doesn't have commentsBill Nottingham2006-07-111-1/+1
|
* don't shut down network interfaces (for iscsi)Bill Nottingham2006-07-111-1/+1
|
* Switch to VT 1 when asking for block device encryption keyMiloslav Trmac2006-07-091-3/+11
|
* Fix garbled output of rc.sysinit in rhgb (#192604, patch by Tony NelsonMiloslav Trmac2006-07-091-1/+1
| | | | <tonynelson@georgeanelson.com>)
* Don't allow any crypttab options for LUKS partitions (#197656).Miloslav Trmac2006-07-091-1/+5
|
* Fix daemon --pidfile=... (#195341, patch by Steven AugartMiloslav Trmac2006-06-171-1/+1
| | | | <saugart@mazunetworks.com>)
* readonly root enhancments (modified from <law@redhat.com>, #193164)Bill Nottingham2006-06-121-3/+84
|
* Clarify killproc usage message (#193711)Miloslav Trmac2006-06-051-1/+1
|
* Add encrypted swap and non-root filesystem support (#127378, based onMiloslav Trmac2006-06-012-1/+156
| | | | | a patch by W. Michael Petullo <redhat@flyn.org> and Debian's cryptsetup package)
* googlespell prefers one l. words takes both.Bill Nottingham2006-05-251-1/+1
|
* allow for sulogin instead of automatic relabeling (<dwalsh@redhat.com>)Bill Nottingham2006-05-251-20/+39
|
* integrate s390 patch - just check for hwclock before running itBill Nottingham2006-05-232-2/+2
|
* handle cups (#189168)Bill Nottingham2006-05-231-0/+1
|
* Fix handling of mount points with white space (#186713):Miloslav Trmac2006-05-084-159/+112
| | | | | | | | | | | | | - src/fstab-decode.c, src/fstab-decode.8: New files. - src/Makefile: Build and install fstab-decode. - initscripts.spec: Add fstab-decode to %files - rc.d/init.d/functions (fstab_decode_str): New function. (__umount_loop, __umount_loopback_loop): Factor out from copy&pasted copies. (action): Fix command quoting. - rc.d/rc.sysinit: Correctly quote and decode mount points. - rc.d/init.d/halt: Use __umount_* and fstab-decode. (action): Rename from runcmd. Fix command quoting. - rc.d/init.d/netfs: Use __umount_*.
* add check here toor8-33Bill Nottingham2006-04-201-1/+1
|
* readonly root support. Does not currently work with SELinux.Bill Nottingham2006-04-201-10/+68
|
* remove call to zfcpconf.sh - that should be udev rulesBill Nottingham2006-04-201-4/+0
|