aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't allow any crypttab options for LUKS partitions (#197656).Miloslav Trmac2006-07-091-1/+5
|
* readonly root enhancments (modified from <law@redhat.com>, #193164)Bill Nottingham2006-06-121-3/+84
|
* Add encrypted swap and non-root filesystem support (#127378, based onMiloslav Trmac2006-06-011-0/+125
| | | | | 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-231-1/+1
|
* handle cups (#189168)Bill Nottingham2006-05-231-0/+1
|
* Fix handling of mount points with white space (#186713):Miloslav Trmac2006-05-081-10/+11
| | | | | | | | | | | | | - 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
|
* - get rid of /initrd handling, since that's long dead.Peter Jones2006-04-181-6/+1
|
* Add "forcequotacheck" (#168118)Miloslav Trmac2006-03-281-1/+5
|
* - killall is in /usr , so we need to use pidof here. (bz 185429)Peter Jones2006-03-241-1/+3
|
* Allow -y in $fsckoptions (#143351)Miloslav Trmac2006-03-191-3/+7
|
* oopsBill Nottingham2006-03-141-3/+0
|
* set context on /dev/pts (#185436)Bill Nottingham2006-03-141-0/+4
|
* optimize, and add some more filesBill Nottingham2006-02-201-3/+1
|
* relabeling sources /etc/selinux/config, which uses $SELINUX. PickBill Nottingham2006-02-171-11/+11
| | | | something else. (#181893)
* - filter out another "no" message from dmraid. We need to fix dmraid'sr8-29Peter Jones2006-02-141-1/+1
| | | | | | exit status in these cases and use that in the future... - add path to one dmraid call - bump version, add changelog
* Add mounting of /proc and /sys back to rc.sysinit.Bill Nottingham2006-02-131-0/+4
| | | | | | | | *docs* The booting of Fedora Core without the use of an initrd is deprecated, and support for booting the system in this manner may be removed in a later release.
* - kill nash-hotplug before starting udevPeter Jones2006-02-131-1/+2
|
* put usbfs backBill Nottingham2006-02-071-0/+6
|
* dirty hacks to make sure hotplug doesn't run after unclean shutdownBill Nottingham2006-02-061-1/+5
| | | | (#177795)
* - don't mount sys and procPeter Jones2006-02-031-4/+0
|
* Make "Fedora" blue in the welcome message (#147093, patch by Ville SkyttäMiloslav Trmac2006-02-031-3/+4
| | | | | <ville.skytta@iki.fi>). Remove two grep invocations.
* clean up dovecot rightBill Nottingham2006-02-031-0/+1
|
* - activate the name we were looking up, not the one we failed to findPeter Jones2006-01-311-1/+1
|
* - we _do_ want -z, not -n . We only want to activate the raids we _can't_Peter Jones2006-01-311-1/+1
| | | | resolve names for.
* fix a backwards test caser8-22Peter Jones2006-01-311-1/+1
|
* - ignore the "I couldn't find anything to do" line, which we should removePeter Jones2006-01-311-1/+1
| | | | from dmraid entirely.
* fix formatting (#178532)Bill Nottingham2006-01-311-1/+1
|
* clean cvs as well (#178539, <ville.skytta@iki.fi>)Bill Nottingham2006-01-311-0/+1
|
* - fix a typoPeter Jones2006-01-311-1/+1
|
* - don't use cutPeter Jones2006-01-311-1/+1
|
* - check for active dmraid devices by table (rather than name) beforer8-21Peter Jones2006-01-311-1/+6
| | | | activation
* remove stray 'ok/failed'Bill Nottingham2006-01-311-6/+0
|
* usbfs is no longer neededBill Nottingham2006-01-251-5/+0
|
* udev now loads modules - use that, remove the kmodule stuffBill Nottingham2005-12-211-81/+1
| | | | don't set hotplug, it can't possibly work
* fix fsck invocation (#175803)Bill Nottingham2005-12-151-2/+2
|
* don't fsck netdev devices in rc.sysinit (#169403)Bill Nottingham2005-11-101-2/+2
|
* tweak message (#146532)Bill Nottingham2005-10-031-1/+1
|