Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use kexec -x to not shut down network (#223932, <mchristi@redhat.com>) | Bill Nottingham | 2007-02-23 | 1 | -1/+1 |
| | |||||
* | don't unmount network filesystems | Bill Nottingham | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | don't umount /dev/root<foo> (<oblin@mandriva.com>) | Bill Nottingham | 2006-08-17 | 1 | -1/+1 |
| | |||||
* | Use /proc/mounts instead of /etc/mtab (via mount), to handle mount --rbind | Miloslav Trmac | 2006-07-30 | 1 | -2/+4 |
| | | | | (#198426) | ||||
* | don't shut down network interfaces (for iscsi) | Bill Nottingham | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | Add encrypted swap and non-root filesystem support (#127378, based on | Miloslav Trmac | 2006-06-01 | 1 | -1/+31 |
| | | | | | a patch by W. Michael Petullo <redhat@flyn.org> and Debian's cryptsetup package) | ||||
* | integrate s390 patch - just check for hwclock before running it | Bill Nottingham | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | Fix handling of mount points with white space (#186713): | Miloslav Trmac | 2006-05-08 | 1 | -83/+27 |
| | | | | | | | | | | | | | - src/fstab-decode.c, src/fstab-decode.8: New files. - src/Makefile: Build and install fstab-decode. - initscripts.spec: Add fstab-decode to %files - rc.d/init.d/functions (fstab_decode_str): New function. (__umount_loop, __umount_loopback_loop): Factor out from copy&pasted copies. (action): Fix command quoting. - rc.d/rc.sysinit: Correctly quote and decode mount points. - rc.d/init.d/halt: Use __umount_* and fstab-decode. (action): Rename from runcmd. Fix command quoting. - rc.d/init.d/netfs: Use __umount_*. | ||||
* | kexec support (<jmoyer@redhat.com>) | Bill Nottingham | 2006-03-03 | 1 | -0/+4 |
| | |||||
* | Try to unmount tmpfs filesystems before swapoff (#174000) | Miloslav Trmac | 2006-02-03 | 1 | -0/+5 |
| | |||||
* | move halt.local so that it runs before / is remounted r/o (#179314) | Bill Nottingham | 2006-01-31 | 1 | -4/+4 |
| | |||||
* | ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>) | Bill Nottingham | 2006-01-12 | 1 | -2/+2 |
| | |||||
* | I'm going to go out on a limb and say that /proc/mounts *doesn't* have | Bill Nottingham | 2005-04-27 | 1 | -6/+6 |
| | | | | comments. | ||||
* | syntax | Bill Nottingham | 2005-04-15 | 1 | -1/+1 |
| | |||||
* | reverse sort the mount list, avoiding errors (#147254, ↵ | Bill Nottingham | 2005-04-15 | 1 | -1/+1 |
| | | | | <jamesodhunt@hotmail.com>) | ||||
* | remove more devfs compat | Bill Nottingham | 2004-11-24 | 1 | -1/+1 |
| | |||||
* | whoops, wrong file (#134432) | Bill Nottingham | 2004-10-04 | 1 | -3/+3 |
| | |||||
* | move random stuff to rc.sysinit/halt; move all swap to after this. | Bill Nottingham | 2004-07-07 | 1 | -0/+5 |
| | | | | prereq of bug #123278 | ||||
* | duhr7-49 | Bill Nottingham | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | use alsa for mixer saving | Bill Nottingham | 2004-03-26 | 1 | -3/+3 |
| | |||||
* | don't umount /proc (#118880) | Bill Nottingham | 2004-03-22 | 1 | -1/+1 |
| | |||||
* | fix umounting code (#113088, <giardina@airlab.elet.polimi.it>) | Bill Nottingham | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | don't umount /sys | Bill Nottingham | 2004-01-28 | 1 | -1/+1 |
| | |||||
* | NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>) | Bill Nottingham | 2004-01-27 | 1 | -0/+21 |
| | |||||
* | use upsdrvctl to start the shutdown process | Than Ngo | 2003-09-15 | 1 | -1/+5 |
| | |||||
* | fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>) | Bill Nottingham | 2003-09-03 | 1 | -5/+8 |
| | |||||
* | check for /proc/swaps before awking it (#99373, <daniel.blueman@gmx.net>) | Bill Nottingham | 2003-09-03 | 1 | -1/+1 |
| | |||||
* | unmark some strings | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | rework halt script (#76831, <michal@harddata.com>) | Bill Nottingham | 2003-01-14 | 1 | -3/+4 |
| | |||||
* | fix tmpfs umounts (#68178, <tjko@iki.fi>) | Bill Nottingham | 2002-08-14 | 1 | -0/+1 |
| | |||||
* | * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de> | Florian La Roche | 2002-07-10 | 1 | -1/+1 |
| | | | | | | | - allow an option for ups poweroff #68123 - change grep for ONBOOT= #63903 - allow building with a cross-compiler #64362,#64255 - faster check in network-functions:check_default_route() | ||||
* | - fix #68123 | Florian La Roche | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | - PATH is set in init.d/functions, no need to set it separately | Florian La Roche | 2002-06-26 | 1 | -3/+0 |
| | |||||
* | - move HALTARGS down some more | Florian La Roche | 2002-06-26 | 1 | -5/+3 |
| | |||||
* | - start cleaning up some sh coding things | Florian La Roche | 2002-06-26 | 1 | -33/+29 |
| | |||||
* | -x, not -f | Bill Nottingham | 2002-03-27 | 1 | -1/+1 |
| | |||||
* | add halt hook for rlx | Bill Nottingham | 2002-03-27 | 1 | -0/+4 |
| | |||||
* | removed accton calls from rc.sysinit and halt scripts as it is handled in ↵r6-55 | Mike A. Harris | 2002-03-12 | 1 | -2/+0 |
| | | | | psacct package now | ||||
* | fix bug introduced by fix for #53580 (#60252) | Bill Nottingham | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | fix typo (#55955) | Bill Nottingham | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | don't blow up badly on devfs (#53580) | Bill Nottingham | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | umount /dev/loopX doesn't work; you must use the mount point | Bill Nottingham | 2001-09-21 | 1 | -2/+4 |
| | |||||
* | quota & hwclock tweaks (<pbrown@redhat.com>) | Bill Nottingham | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | umount -a -f remounts / readonly? | Michael K. Johnson | 2001-08-28 | 1 | -3/+3 |
| | |||||
* | first pass at implementing /.autofsck; archive modules/symbol info | Michael K. Johnson | 2001-08-27 | 1 | -0/+3 |
| | |||||
* | sort output of halt_get_remaining (#52180) | Bill Nottingham | 2001-08-24 | 1 | -2/+2 |
| | |||||
* | type english me not can | Bill Nottingham | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | detach loopback devices at shutdown (#43919, #45826) | Bill Nottingham | 2001-08-07 | 1 | -1/+5 |
| | |||||
* | support setting $CLOCKFLAGS in /etc/sysconfig/clock (#50974) | Bill Nottingham | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | define halt_get_remaining before it's used (#50720) | Bill Nottingham | 2001-08-03 | 1 | -4/+6 |
| |