aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Expand)AuthorAgeFilesLines
* load ide-cd before ide-scsiBill Nottingham2001-04-021-0/+6
* do explicitly load usb-storage; it's the simplest solution for nowBill Nottingham2001-04-021-31/+84
* touch /var/lock/subsys/local so we only get run onceBill Nottingham2001-04-021-0/+1
* ask for startup of each network devie in CONFIRM mode. Patch from <rasmusin@w...Bill Nottingham2001-04-021-0/+2
* run *all* greps in C localeBill Nottingham2001-04-021-8/+35
* don't explicitly kill things, init will do thatBill Nottingham2001-04-021-9/+0
* use /var/lib/for random seed; /var/run is cleared at bootup (#31521)Bill Nottingham2001-04-021-1/+1
* unmount loopback stuff before stopping netfs or shutting downBill Nottingham2001-04-021-1/+21
* don't barf errors if files aren't there (say, rc.local)Bill Nottingham2001-04-021-1/+3
* change message to be less misleading (#30087)Bill Nottingham2001-04-021-4/+80
* - --background is fundamentally broken. Remove it for now.Bill Nottingham2001-04-021-68/+100
* don't set NIS domainnameBill Nottingham2000-11-301-13/+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