aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* run rhgb after /usr is mounted (#100525, <nphilipp@redhat.com>)Bill Nottingham2003-09-031-2/+11
|
* remove /var/run/confirm when done with /etc/rc (#100898)Bill Nottingham2003-09-031-0/+1
|
* checking HOSTTYPE works better if it's actually set somewhere (#98078)Bill Nottingham2003-06-261-0/+1
|
* revertBill Nottingham2003-06-231-6/+0
|
* fix bad syntaxBill Nottingham2003-06-161-3/+3
|
* fix grep (#97188)Bill Nottingham2003-06-111-1/+1
|
* change order for .unconfigured (#92346, <pmatilai@welho.com>)Bill Nottingham2003-06-051-3/+3
|
* make ksyms.* 0600Bill Nottingham2003-05-271-0/+2
|
* hack so that rhgb exits in runlevel 3 too. we need to fix this properly.Bill Nottingham2003-05-231-0/+6
|
* checking /proc/cmdline doesn't work very well if /proc isn't mountedBill Nottingham2003-05-221-5/+6
|
* add a 'nogui'Bill Nottingham2003-05-221-1/+1
|
* GRAPHICAL=yes, not BOOTUP=graphicalr7-22Bill Nottingham2003-05-211-1/+1
|
* check for rhgb's existence before starting itBill Nottingham2003-05-211-1/+1
|
* updated rhgb support (<jrb@redhat.com>)Bill Nottingham2003-05-201-8/+4
|
* change how options are passed (#88202)Bill Nottingham2003-05-021-1/+1
|
* handle vmware locks (#89751, <nbock@buffalo.edu>)Bill Nottingham2003-05-021-1/+1
|
* Thu May 1 17:41:50 2003 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2003-05-011-1/+1
| | | | * rc.d/rc (previous): Use the function to call rhgb.
* more rhgb tweaksBill Nottingham2003-05-011-0/+1
|
* rhgb updatesBill Nottingham2003-04-302-11/+16
|
* - further eliminate consoletype calls with CONSOLETYPEFlorian La Roche2003-04-211-2/+2
|
* - no need to delete /var/run/confirm, as it is already deleted rightFlorian La Roche2003-04-191-1/+1
| | | | above in the /var/run+/var/lock cleanup
* - new releaser7-16Florian La Roche2003-04-184-135/+94
|
* um, no, that's correctBill Nottingham2003-04-031-1/+1
|
* - sync with beehive packager7-15Karsten Hopp2003-04-031-1/+1
| | | | | | - prepare for rebuild in 3.0E: Mainframe has no /dev/ttyX devices and no mingetty, don't initialize them. This gave error messages during startup
* fix rc.sysinit for 2.5Bill Nottingham2003-03-281-1/+1
|
* There are no /dev/ttyX devices and no mingetty on mainframe.Karsten Hopp2003-03-261-8/+10
| | | | This code tried to create new files in /dev/ while / was mounted ro.
* - init.d/network: don't advertise "probe: true" in the header if we don'tNalin Dahyabhai2003-03-171-1/+1
| | | | recognize "probe" as an argument
* init vts even if consoletype isn't vt (serial console with vts active)Bill Nottingham2003-02-241-6/+7
|