Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bill, I appreciate your intention of simplifying this, but you have | Michael K. Johnson | 2001-08-28 | 1 | -2/+2 |
| | | | | | | | | | made it say something that is VERY SIMPLY NOT TRUE. A trivial reading of the code will demonstrate what I am saying. We do NOT skip the fsck, we simply do not set the force fsck argument. "To skip" is not the opposite of "To force". This is a critical change. | ||||
* | typo | Bill Nottingham | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | more wording changes | Bill Nottingham | 2001-08-28 | 1 | -3/+3 |
| | |||||
* | change wording slightly | Bill Nottingham | 2001-08-28 | 1 | -4/+4 |
| | |||||
* | first pass at implementing /.autofsck; archive modules/symbol info | Michael K. Johnson | 2001-08-27 | 2 | -1/+62 |
| | |||||
* | sort output of halt_get_remaining (#52180) | Bill Nottingham | 2001-08-24 | 1 | -2/+2 |
| | |||||
* | blow away stale RPM cache files at boot | Bill Nottingham | 2001-08-16 | 1 | -0/+1 |
| | |||||
* | add is_available() function for network devices; use it. gets rid of ↵ | Bill Nottingham | 2001-08-15 | 1 | -13/+12 |
| | | | | horribly ugly modprobe messages | ||||
* | type english me not can | Bill Nottingham | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | Korean and Chinese fix | Yukihiro Nakai | 2001-08-13 | 1 | -0/+6 |
| | |||||
* | tweak raidtab grep slightly (#51231) | Bill Nottingham | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | detach loopback devices at shutdown (#43919, #45826) | Bill Nottingham | 2001-08-07 | 2 | -2/+10 |
| | |||||
* | use a bigger buffer size argument to dmesg when dumping the log (#44024) | Bill Nottingham | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | run kbdconfig when /.unconfigre'd (#43941) | Bill Nottingham | 2001-08-07 | 1 | -0/+3 |
| | |||||
* | use awk, not grep & other cruft (#49616) | Bill Nottingham | 2001-08-07 | 2 | -5/+5 |
| | | | | | exit happily if ifup is called on a device that doesn't exist and has no alias (fixes all those nasty PCMCIA onboot complaints) | ||||
* | support setting $CLOCKFLAGS in /etc/sysconfig/clock (#50974) | Bill Nottingham | 2001-08-07 | 2 | -2/+2 |
| | |||||
* | define halt_get_remaining before it's used (#50720) | Bill Nottingham | 2001-08-03 | 1 | -4/+6 |
| | |||||
* | more FS umounting cleanups (<sopwith@redhat.com>) | Bill Nottingham | 2001-07-31 | 1 | -7/+11 |
| | |||||
* | remount *everything* ro on halt (#50461) | Bill Nottingham | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | fix typo | Karsten Hopp | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | fix netdev umount stuff | Bill Nottingham | 2001-07-24 | 2 | -2/+21 |
| | |||||
* | updates for quota support. | Preston Brown | 2001-07-20 | 1 | -19/+31 |
| | |||||
* | use -O nonetdev; require new mount package | Bill Nottingham | 2001-07-17 | 2 | -1/+2 |
| | |||||
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 1 | -0/+27 |
| | |||||
* | don't tweak the System.map link if it's already correct (#39290) | Bill Nottingham | 2001-07-11 | 1 | -1/+2 |
| | |||||
* | don't muck with /etc/issue on boot | Bill Nottingham | 2001-07-11 | 1 | -29/+0 |
| | |||||
* | *** empty log message *** | Bill Nottingham | 2001-07-10 | 1 | -0/+1 |
| | |||||
* | it helps if you name the variable the same thing as what you're checking | Bill Nottingham | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | add check for reboot/halt in the 'action' case as well (#45966) | Bill Nottingham | 2001-07-09 | 1 | -1/+8 |
| | |||||
* | cleanups for undefined variables (#46065) | Bill Nottingham | 2001-07-09 | 1 | -14/+14 |
| | |||||
* | make --check= at least parse right | Bill Nottingham | 2001-06-21 | 1 | -1/+2 |
| | |||||
* | make that /initrd | Bill Nottingham | 2001-06-21 | 1 | -2/+2 |
| | |||||
* | use /boot/initrd, and flush the buffers when done | Bill Nottingham | 2001-06-21 | 1 | -2/+3 |
| | |||||
* | - add support isdn | Than Ngo | 2001-06-21 | 1 | -2/+1 |
| | |||||
* | unmount initrd, if needed | Bill Nottingham | 2001-06-20 | 1 | -0/+5 |
| | |||||
* | don't error on raid devices that are marked noauto (#41913, ↵ | Bill Nottingham | 2001-05-23 | 1 | -2/+10 |
| | | | | <hdeller@redhat.com>) | ||||
* | supress error messages if NETWORKING ist undefinedr5-87 | Karsten Hopp | 2001-05-21 | 2 | -2/+2 |
| | |||||
* | add shutdown UPS into haltr5-83 | Than Ngo | 2001-04-23 | 1 | -0/+7 |
| | |||||
* | don't load mixer settings; modutils does that in %post-install | Bill Nottingham | 2001-04-23 | 1 | -6/+0 |
| | |||||
* | disable DMA, 32-bit IO if asked to | Bill Nottingham | 2001-04-19 | 1 | -2/+2 |
| | |||||
* | broke out kernel.h symlink code from rc.sysinit into /sbin/mkkerneldoth | Preston Brown | 2001-04-07 | 1 | -41/+1 |
| | |||||
* | set umask to 022 | Bill Nottingham | 2001-04-03 | 1 | -0/+3 |
| | |||||
* | remove bogus liner5-81 | Bill Nottingham | 2001-04-02 | 1 | -2/+0 |
| | |||||
* | run *all* greps in C locale | Bill Nottingham | 2001-03-28 | 1 | -10/+12 |
| | |||||
* | don't error if kernel.hotplug isn't there (#33256) | Bill Nottingham | 2001-03-26 | 1 | -1/+1 |
| | |||||
* | do explicitly load usb-storage; it's the simplest solution for now | Bill Nottingham | 2001-03-22 | 1 | -0/+7 |
| | |||||
* | use new -e argument to sysctl to ignore unknown keys (#31852) | Bill Nottingham | 2001-03-22 | 2 | -2/+2 |
| | |||||
* | fix /boot/kernel.h generation (#32081) | Bill Nottingham | 2001-03-22 | 1 | -7/+9 |
| | |||||
* | 1) use -e on the first swapon | Erik Troan | 2001-03-22 | 1 | -2/+2 |
| | | | | 2) we don't need to redirect stderr on second swapon anymore | ||||
* | fix LVM initialization (#32498) | Bill Nottingham | 2001-03-21 | 1 | -3/+5 |
| |