aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Collapse)AuthorAgeFilesLines
* don't umount /proc (#118880)Bill Nottingham2004-03-221-1/+1
|
* disable enforcing in emergency mode for now, relabel some commonlyBill Nottingham2004-03-171-1/+31
| | | | mislabeled files on boot
* remove checkselinux, that's not in the right place, and it's notBill Nottingham2004-03-171-4/+0
| | | | useful ATM for general early-boot use
* add checkselinux script, to clean up stuff that might have happened because ↵Dan Walsh2004-03-171-0/+4
| | | | of boots with non SELinux kernels
* return to rhgb after ./unconfigured if it's running (#109807, ↵Bill Nottingham2004-03-171-0/+4
| | | | <jkeating@j2solutions.net>)
* clean up samba (#113104)Bill Nottingham2004-03-171-1/+3
|
* fix umounting code (#113088, <giardina@airlab.elet.polimi.it>)Bill Nottingham2004-03-171-1/+1
|
* handle nomodules for usb/firewire (#113278)Bill Nottingham2004-03-171-2/+2
|
* handle CIFS (#115691)Bill Nottingham2004-03-171-2/+14
|
* check that rhgb is running before calling --quit (#117827, ↵Bill Nottingham2004-03-161-1/+3
| | | | <enrico.scholz@informatik.tu-chemnitz.de>)
* fsck the root filesystem from the initrd (#117575)Bill Nottingham2004-03-161-11/+16
|
* clean up /tmp some more (#117117)Bill Nottingham2004-03-021-11/+5
|
* make acpi module warnings go away (<wtogami@redhat.com>)Bill Nottingham2004-02-251-1/+1
|
* use system-config-networkBill Nottingham2004-02-091-2/+2
|
* more cleanupsBill Nottingham2004-02-011-9/+13
|
* duhBill Nottingham2004-01-301-1/+1
|
* clear out environment (#113937, #111584)Bill Nottingham2004-01-281-0/+9
|
* /var/log/ksyms.0 is dead tooBill Nottingham2004-01-281-16/+1
|
* libredhat-kernel is deadBill Nottingham2004-01-281-10/+0
|
* only run mkkerneldoth on < 2.6 kernelsBill Nottingham2004-01-281-10/+4
| | | | remove the system.map linking; it's silly
* remove boot-time depmod. All kernel module installs must run it onBill Nottingham2004-01-281-22/+0
| | | | installation of modules now.
* mount sysfs. throw away error if it fails (2.4 kernels)Bill Nottingham2004-01-281-1/+3
|
* don't umount /sysBill Nottingham2004-01-281-1/+1
|
* fix mount invocationBill Nottingham2004-01-272-2/+2
|
* NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)Bill Nottingham2004-01-273-8/+29
|
* basic lvm2 supportJeremy Katz2003-12-061-0/+15
|
* fix devpts mounting (#110209)Bill Nottingham2003-11-171-1/+1
|
* fix xDSL and other interfaces (#109601)Bill Nottingham2003-11-101-8/+8
|
* use fgrep in places (<drepper@redhat.com>)Bill Nottingham2003-10-281-12/+12
|
* turn on details on failed servicesBill Nottingham2003-10-282-6/+7
|
* switch on rhgb details for confirm mode. (#100894)Bill Nottingham2003-10-222-0/+8
| | | | catch a couple more failure cases in rc.sysinit for jumping out of rhgb.
* fix dvorak keymap (#106854)Bill Nottingham2003-10-221-1/+1
|
* run rhgb-client at the end of a runlevel (#107725)Bill Nottingham2003-10-221-0/+1
|
* Fri Oct 17 13:32:26 2003 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2003-10-171-2/+8
| | | | * rc.d/rc.sysinit: turn on rhgb only if 'rhgb' is set in cmdline.
* export LANG, fixes rhgb in CJKBill Nottingham2003-10-081-0/+1
|
* mount /dev/pts before starting rhgbBill Nottingham2003-10-081-0/+3
|
* load acpi modules on startupBill Nottingham2003-09-221-0/+7
|
* use upsdrvctl to start the shutdown processThan Ngo2003-09-151-1/+5
|
* duhBill Nottingham2003-09-101-1/+1
|
* the vio check in consoletype requires /proc, so we must mountBill Nottingham2003-09-101-4/+3
| | | | /proc before sourcing /etc/init.d/functions (#103990)
* bridging support (<dwmw2@redhat.com>)Bill Nottingham2003-09-091-6/+15
|
* fix bonding+dhcp (#91399); bring bonding device links up, then bring up ↵Bill Nottingham2003-09-051-0/+6
| | | | slaves, then bring up bonding interface fully
* revert - bringing up bonding interfaces last doesn't workBill Nottingham2003-09-051-7/+2
|
* add bonding & xDSL to the list of devices brought up afterwards (#97030,#91399)Bill Nottingham2003-09-041-3/+48
| | | | and bring them down first (#103042)
* handle sorting > 10 network devices (#98209)Bill Nottingham2003-09-041-1/+2
|
* remove superfluous variable (#83527)Bill Nottingham2003-09-041-1/+1
|
* check for a parameter (#84799)Bill Nottingham2003-09-041-0/+10
|
* fix error message on directories with spaces (#86066)Bill Nottingham2003-09-041-1/+1
|
* fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)Bill Nottingham2003-09-032-5/+11
|
* check for /proc/swaps before awking it (#99373, <daniel.blueman@gmx.net>)Bill Nottingham2003-09-031-1/+1
|