aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
Commit message (Collapse)AuthorAgeFilesLines
* rc.sysinit: also remove /var/run/dovecot/*Harald Hoyer2010-09-131-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=492994
* move quotacheck to after filesystem mounting so it actually works (#249003, ↵Bill Nottingham2010-09-131-20/+5
| | | | | | <tometzky@batory.org.pl>) also, nuke the convertquota stuff that has been obsolete (and not working) for quite some time
* Restore context of recreated files. (#519748)Bill Nottingham2010-09-131-0/+1
|
* Do not try to activate subsets and layer raid and handle 'no raid disks'.Bill Nottingham2010-09-131-8/+7
| | | | | - 'no raid disks' handling: (#527726, <mschmidt@redhat.com>) - no subsets: https://bugzilla.redhat.com/show_bug.cgi?id=524356
* cleanup /var/run/libvirtHarald Hoyer2009-06-161-0/+1
| | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=505600 libvirt-0.6.3-8.el5 now includes /var/run/libvirt/network and /var/run/libvirt/qemu so the /var cleanup script rc.sysinit needs to be extended to accommodate the additional directory depth, otherwise the user gets messages on boot about not being able to remove the files because they are directories.
* add gfs2 to rc.sysinit mount (#494963)Bill Nottingham2009-05-041-2/+2
|
* Remove /.suspended as well on boot (#270861)Harald Hoyer2009-05-041-1/+1
|
* blkid has a -l option to pick a single device. Use it. (#470027)Bill Nottingham2008-11-101-5/+5
| | | | | | Notably, it prioritizes RAID/DM/LVM, etc. over the underlying block devices. Given that initial RAID0 members share a UUID with the RAID device itself, we need that.
* Mount encrypted logical volumes during boot (#466115, Bill Nottingham)Harald Hoyer2008-11-101-0/+7
|
* https://bugzilla.redhat.com/show_bug.cgi?id=433702Harald Hoyer2008-09-161-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to init scripts to better support stateless: --rc.sysinit-- - don't update mtab in a r/o root - mount on sys and /dev/pts returns EBUSY on a readonly root - [ -n $CLIENTSTATE ] is always returning true, causing an unnecessary timeout --network-- - /etc/mtab may not have any mount information in the readonly-root cause, but the root mount is likely to be a network mount. Without this, nfs hangs the reboot process. --halt-- - don't try and update a read-only mtab --rwtab-- - /var/empty/sshd/etc/localtime needs to be overwritten by sshd at startup - /var/lib/random-seed is written to at shutdown; this fixes the error but doesn't return the functionality lost in a r/o /var/lib.
* fix root fs check to catch 'rw,ordered,noatime,etc.' properly (#334171)Bill Nottingham2008-01-101-2/+18
|
* add LUKS uuid support (#360071, <karsten@redhat.com>)Bill Nottingham2008-01-101-3/+11
|
* Use proper invocations for authconfig, system-config-network (#426372, #428202)Bill Nottingham2008-01-101-4/+4
|
* revert for now - something else odd is going on hereBill Nottingham2007-01-191-6/+1
|
* - copy dhclient lease files from the initrd into /var/lib/dhclient sor8-45-15-ELPeter Jones2007-01-181-1/+6
| | | | | the network doesn't get reset during startup with iscsi / Resolves: #218791
* fix dmraid test (#216490)Bill Nottingham2006-11-201-1/+1
|
* mount tmpfs with -n (#213132)Bill Nottingham2006-10-311-1/+1
|
* fix or_IN and similar locales (#212438)Bill Nottingham2006-10-261-4/+4
|
* use dmraid.static (#211297)Bill Nottingham2006-10-181-3/+3
|
* revert early-login support (#210386)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
|
* 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
|