aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Expand)AuthorAgeFilesLines
* sync hardware clock to system time on halt (#21187)Bill Nottingham2000-12-121-0/+3
* use modprobe -c to handle possible conditional modules.conf constructs (#21283)Bill Nottingham2000-12-121-3/+3
* don't exclude proc when you're doing mount -a -t nonfs...Bill Nottingham2000-12-122-2/+2
* only load modules for which persistent DMA buffers are necessaryBill Nottingham2000-12-121-17/+12
* don't remount r/w if it is r/w (#12097)Bill Nottingham2000-12-121-1/+3
* fix more ifconfig greps (patch from Conectiva)Bill Nottingham2000-12-121-1/+1
* oops, put the LANG=C in the right placeBill Nottingham2000-12-121-1/+1
* duh, get it rightBill Nottingham2000-12-121-1/+1
* don't try and load fonts and keymaps on a serial console. Duh.Bill Nottingham2000-12-111-5/+7
* From: Karsten Hopp (karsten@redhat.de)Bill Nottingham2000-11-301-29/+44
* don't set NIS domain nameBill Nottingham2000-11-301-14/+0
* fix the grep for 'UP' so it doesn't report strange results on german PPP devicesBill Nottingham2000-10-041-1/+1
* don't turn off raid on shutdown ; the kernel will do itBill Nottingham2000-09-291-15/+0
* linuxconf movedr5-49Bill Nottingham2000-09-081-6/+6
* fix minor logical errorBill Nottingham2000-08-221-1/+1
* add usleep after kill -9Bill Nottingham2000-08-211-0/+1
* don't load usb drivers if they're compiled inBill Nottingham2000-08-181-1/+1
* clean up /boot/kernel.h generation someBill Nottingham2000-08-171-3/+4
* don't use head, it's in /usrBill Nottingham2000-08-151-2/+2
* do case-insensitve greps of /proc/cmdlineBill Nottingham2000-08-141-4/+4
* load agpgart if necessaryBill Nottingham2000-08-081-0/+4
* Put kernel architecture into /boot/kernel.hJakub Jelinek2000-08-071-10/+22
* don't set hostname if it's already set (NFS root)Bill Nottingham2000-08-071-0/+5
* remove support for /etc/HOSTNAMEBill Nottingham2000-08-071-2/+0
* fix minor logic error (#11399)Bill Nottingham2000-08-071-1/+1
* remove console-tools requirementBill Nottingham2000-08-071-9/+9
* start portmap if it's not running for nfs mountsBill Nottingham2000-08-071-1/+5
* cosmetic fixes for keytable loadingBill Nottingham2000-08-071-1/+6
* don't probe for USB controllers here; deal with what kudzu gives usBill Nottingham2000-08-071-25/+8
* fix error message on bringing down non-existent interfaces. Also, more colons.Bill Nottingham2000-08-071-17/+17
* yet more colons. Also, fix the nousb grepBill Nottingham2000-08-062-29/+29
* colons. Lots of colons. More colons than most gastrointestinal clinics.Bill Nottingham2000-08-023-25/+25
* use usb-uhci, not uhciBill Nottingham2000-08-021-1/+1
* don't fsck an NFS root filesystemBill Nottingham2000-07-311-1/+2
* fix fastbootBill Nottingham2000-07-311-1/+1
* don't unmount / in netfsBill Nottingham2000-07-311-4/+4
* fix unclean shutdownBill Nottingham2000-07-261-3/+3
* s/nill/null/gr5-38Nalin Dahyabhai2000-07-251-1/+1
* unmount usb filesystem on shutdownBill Nottingham2000-07-251-0/+2
* add raw device support from karstenBill Nottingham2000-07-251-0/+79
* fix usb ugliness on non-PCI machinesBill Nottingham2000-07-241-3/+3
* revertBill Nottingham2000-07-249-13/+13
* /etc/init.d -> /etc/rc.d/init.dr5-36Bernhard Rosenkraenzer2000-07-248-12/+12
* Use /etc/rc.d/init.dTrond Eivind Glomsrod2000-07-201-1/+1
* - add "nousb" command line parameterr5-35Trond Eivind Glomsrod2000-07-181-19/+23
* fix == in shellBill Nottingham2000-07-131-4/+4
* chuck ulimit errors to /dev/nullBill Nottingham2000-07-131-1/+1
* Don't try to initialize disabled (IRQwise) USB controller.Trond Eivind Glomsrod2000-07-101-1/+4
* move usb initialization up (for keyboards)Bill Nottingham2000-07-061-37/+38
* Dont use tailTrond Eivind Glomsrod2000-07-021-3/+1