Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actually test that hdparm is there before trying to call it | Bill Nottingham | 2002-05-08 | 1 | -1/+1 |
| | |||||
* | libredhat-kernel.so should be hardlink, not symlink... | Bill Nottingham | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | fix stupid cut&paste error | Bill Nottingham | 2002-04-19 | 1 | -3/+3 |
| | |||||
* | it makes very little sense to allow enabling of DMA on CD-ROMS if we're ↵ | Bill Nottingham | 2002-04-15 | 1 | -52/+52 |
| | | | | going to globally disable it later in the script | ||||
* | allow tweaking of more devices (#53511) | Bill Nottingham | 2002-04-15 | 1 | -5/+11 |
| | | | | tweak non-disk devices iff they explicitly have a config file for that device (#56575, #63415) | ||||
* | shut up sysctl | Bill Nottingham | 2002-04-13 | 1 | -1/+1 |
| | |||||
* | minor tweaks to libredhat-kernel.so handling | Bill Nottingham | 2002-04-12 | 1 | -0/+1 |
| | |||||
* | do LVM initialization twice (#63238) | Bill Nottingham | 2002-04-12 | 1 | -0/+5 |
| | |||||
* | deal with devfs on initrd (#59562) | Bill Nottingham | 2002-04-12 | 1 | -0/+3 |
| | |||||
* | run sysctl again at the end of network (for interface-specific parameters) | Bill Nottingham | 2002-04-12 | 1 | -0/+2 |
| | |||||
* | move DMA hammer-of-doom to after loading of ide-scsi | Bill Nottingham | 2002-04-10 | 1 | -7/+7 |
| | |||||
* | delete X/VNC locks on startup (#63035) | Bill Nottingham | 2002-04-10 | 1 | -0/+3 |
| | |||||
* | shut up DMA disabling (#62873, #62956) | Bill Nottingham | 2002-04-10 | 1 | -1/+1 |
| | |||||
* | typor6-61 | Bill Nottingham | 2002-04-02 | 1 | -1/+0 |
| | |||||
* | don't use stuff in /usr in the ide-dma check | Bill Nottingham | 2002-04-02 | 1 | -3/+1 |
| | |||||
* | turrn off DMA on all CDs at boot <mingo@redhat.com> | Bill Nottingham | 2002-03-28 | 1 | -0/+11 |
| | |||||
* | -x, not -f | Bill Nottingham | 2002-03-27 | 1 | -1/+1 |
| | |||||
* | add halt hook for rlx | Bill Nottingham | 2002-03-27 | 1 | -0/+4 |
| | |||||
* | be quiet if $LSB is set | Bill Nottingham | 2002-03-13 | 1 | -6/+6 |
| | |||||
* | add --force to daemon() (needed for LSB) | Bill Nottingham | 2002-03-13 | 1 | -2/+6 |
| | |||||
* | provide various LSB init facilities | Bill Nottingham | 2002-03-13 | 2 | -0/+6 |
| | |||||
* | add warning message target. For LSB stuff | Bill Nottingham | 2002-03-13 | 1 | -0/+25 |
| | |||||
* | - fix cipe check | Bill Nottingham | 2002-03-12 | 1 | -0/+3 |
| | | | | - load modules to preserve ordering | ||||
* | removed accton calls from rc.sysinit and halt scripts as it is handled in ↵r6-55 | Mike A. Harris | 2002-03-12 | 2 | -7/+0 |
| | | | | psacct package now | ||||
* | banner tweaksr6-53 | Bill Nottingham | 2002-02-27 | 1 | -6/+12 |
| | |||||
* | fix bug introduced by fix for #53580 (#60252) | Bill Nottingham | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | Changed rc.sysinit to use /var/account/pacct for FHS 2.2 compliance | Mike A. Harris | 2002-02-13 | 1 | -1/+1 |
| | |||||
* | fix typo (#58954, <rm0@gmx.net>) | Bill Nottingham | 2002-02-07 | 1 | -1/+1 |
| | |||||
* | don't complain on monolithic kernels (#58288) | Bill Nottingham | 2002-02-07 | 1 | -2/+2 |
| | |||||
* | fix netdev uses (#57314, <cajoline@chaosengine.de>) | Bill Nottingham | 2002-01-25 | 1 | -1/+2 |
| | |||||
* | fix typo (#55955) | Bill Nottingham | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | make sure su calls bash (#55288) | Bill Nottingham | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | load sound-slot-0, not the specific alias (#55231) | Bill Nottingham | 2002-01-25 | 1 | -2/+2 |
| | |||||
* | fix double echo when using --user (#54871) | Bill Nottingham | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | random syntax cleanups (#54494) | Bill Nottingham | 2002-01-25 | 1 | -11/+12 |
| | |||||
* | don't blow up badly on devfs (#53580) | Bill Nottingham | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | port fix from 7.2 branch | Bill Nottingham | 2002-01-24 | 1 | -1/+1 |
| | |||||
* | add support for libredhat-kernel.so.* symlink handling (johnsonm@redhat.com) | Bill Nottingham | 2002-01-18 | 1 | -0/+9 |
| | |||||
* | determine devices the correct way | Harald Hoyer | 2001-11-19 | 1 | -8/+11 |
| | |||||
* | don't umount initrd on partitionless installs | Bill Nottingham | 2001-09-26 | 1 | -1/+1 |
| | |||||
* | fix typo | Bill Nottingham | 2001-09-21 | 1 | -1/+1 |
| | |||||
* | umount /dev/loopX doesn't work; you must use the mount point | Bill Nottingham | 2001-09-21 | 2 | -4/+8 |
| | |||||
* | expunge more linuxconf support | Bill Nottingham | 2001-09-21 | 1 | -3/+0 |
| | |||||
* | remove remnants of LinuxConf. Don't use ifconfig, only /sbin/ip. Use ↵ | Preston Brown | 2001-09-14 | 1 | -74/+17 |
| | | | | check_device_down from network-functions instead of re-implementation. | ||||
* | don't run hwclock --adjust on a readonly filesystem | Bill Nottingham | 2001-09-09 | 1 | -1/+0 |
| | |||||
* | quota & hwclock tweaks (<pbrown@redhat.com>) | Bill Nottingham | 2001-09-05 | 2 | -7/+8 |
| | |||||
* | need more arch info in bug reports | Michael K. Johnson | 2001-08-30 | 1 | -2/+5 |
| | |||||
* | we need more uname information in /var/log/ksyms.n | Michael K. Johnson | 2001-08-30 | 1 | -1/+1 |
| | |||||
* | count down in C, not shellr6-30 | Michael K. Johnson | 2001-08-29 | 1 | -17/+2 |
| | |||||
* | umount -a -f remounts / readonly? | Michael K. Johnson | 2001-08-28 | 1 | -3/+3 |
| |