Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also init_crypto for encrypyed network block devices. (#605600) | Bill Nottingham | 2010-06-23 | 1 | -0/+5 |
| | |||||
* | Check for NetworkManager to be connected, not just running. (#589710, #592095) | Bill Nottingham | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Eliminate bunch of unnecessary stat calls and command invocations. | Ville Skyttä | 2010-01-12 | 1 | -2/+2 |
| | |||||
* | More random return code fixes. | Bill Nottingham | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | Fix stop/start return codes (#524489). | Bill Nottingham | 2009-09-24 | 1 | -0/+2 |
| | |||||
* | Various initscript standard changes. (#524486) | Bill Nottingham | 2009-09-21 | 1 | -2/+4 |
| | |||||
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -8/+8 |
| | | | | Adapted from <victor.lowther@gmail.com>. | ||||
* | Drop smbfs support - both the kernel module and the userspace helper are ↵ | Bill Nottingham | 2009-04-02 | 1 | -14/+2 |
| | | | | long gone. | ||||
* | Support MD on iSCSI (this *SHOULD* be udev rules, but alas) (#480627) | Bill Nottingham | 2009-03-11 | 1 | -0/+3 |
| | |||||
* | Use the same arguments for kpartx that we do in rc.sysinit. | Bill Nottingham | 2009-02-06 | 1 | -1/+1 |
| | | | | Noticed when reviewing (#448919) | ||||
* | Don't unmount the nfsd filesystem when unmounting nfs client mounts. ↵ | Bill Nottingham | 2009-01-27 | 1 | -1/+1 |
| | | | | (#481794, <sprabhu@redhat.com>) | ||||
* | Add some LSB description stuff. (#225900) | Bill Nottingham | 2008-09-30 | 1 | -0/+2 |
| | |||||
* | Just use plymouth directly, not the rhgb-client wrapper. | Bill Nottingham | 2008-09-23 | 1 | -4/+4 |
| | | | | This fixes the fact that the semantics of --details changed. | ||||
* | Check that we're on a tty before trying to start a repair shell. (#463161) | Bill Nottingham | 2008-09-23 | 1 | -2/+2 |
| | | | | | | If netfs isn't running from a tty (say, from NetworkManager), the attempt to start a shell will fail, and we'll immediately fall through to rebooting. That isn't good. | ||||
* | remove references to static dmraid/multipath binaries (#453987) | Bill Nottingham | 2008-07-03 | 1 | -2/+2 |
| | |||||
* | Revert "Remove rhgb support." | Bill Nottingham | 2008-06-19 | 1 | -0/+4 |
| | | | | This reverts commit c722b0ee95746aa9289efd40bbdd23a87d1e5dee. | ||||
* | Remove rhgb support. | Bill Nottingham | 2008-05-13 | 1 | -4/+0 |
| | |||||
* | do a much better check for network availability | Bill Nottingham | 2008-04-23 | 1 | -3/+1 |
| | | | | Avoids nasty 'FAILED' messages when using NetworkManager. | ||||
* | Remove $local_fs from the list of provides. | Bill Nottingham | 2008-04-01 | 1 | -1/+1 |
| | | | | | | | The concept of local filesystems on top of remote network filesystems is bizarre enough that it's almost certainly not necessary for 'system' things. Removing the $local_fs provide (making it implicitly provided, like $time) simplifies some of the dependency issues. | ||||
* | Umount 'ncp' filesystems as well (#437117) | Bill Nottingham | 2008-03-12 | 1 | -1/+1 |
| | |||||
* | use lvm, not lvm.static (#429222) | Bill Nottingham | 2008-01-19 | 1 | -3/+3 |
| | |||||
* | - netfs: check for rpcbind, not portmap (#245595) | Bill Nottingham | 2007-06-25 | 1 | -1/+1 |
| | |||||
* | run multipath on netdev devices (#180977) | Bill Nottingham | 2006-08-01 | 1 | -0/+7 |
| | |||||
* | /etc/mtab doesn't have comments | Bill Nottingham | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | Fix handling of mount points with white space (#186713): | Miloslav Trmac | 2006-05-08 | 1 | -65/+14 |
| | | | | | | | | | | | | | - 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_*. | ||||
* | fix redirect (#187505) | Bill Nottingham | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | set status correctly (#60711) | Bill Nottingham | 2005-09-29 | 1 | -0/+1 |
| | |||||
* | handle lvm & fsck for network block devices (#148764, <alewis@redhat.com>) | Bill Nottingham | 2005-07-14 | 1 | -1/+53 |
| | |||||
* | I'm going to go out on a limb and say that /proc/mounts *doesn't* have | Bill Nottingham | 2005-04-27 | 1 | -10/+10 |
| | | | | comments. | ||||
* | fix _netdev unmounting (#147610, <alewis@redhat.com>) | Bill Nottingham | 2005-02-09 | 1 | -3/+3 |
| | |||||
* | don't unmount NFS root FS (#142169) | Bill Nottingham | 2004-12-08 | 1 | -2/+2 |
| | |||||
* | don't mount GFS (#140281) | Bill Nottingham | 2004-11-24 | 1 | -1/+1 |
| | |||||
* | fix nfs unmounting (#129765) | Bill Nottingham | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | handle CIFS (#115691) | Bill Nottingham | 2004-03-17 | 1 | -2/+14 |
| | |||||
* | fix mount invocation | Bill Nottingham | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>) | Bill Nottingham | 2004-01-27 | 1 | -6/+6 |
| | |||||
* | speedups (<drepper@redhat.com>) | Bill Nottingham | 2003-01-07 | 1 | -15/+15 |
| | | | | | - use LC_ALL=C - don't use both grep&awk on the same file, just use awk | ||||
* | use lazy umount, tweak requires as needed | Bill Nottingham | 2002-12-02 | 1 | -2/+2 |
| | |||||
* | - further cleanups | Florian La Roche | 2002-06-26 | 1 | -8/+1 |
| | |||||
* | provide various LSB init facilities | Bill Nottingham | 2002-03-13 | 1 | -0/+3 |
| | |||||
* | fix netdev uses (#57314, <cajoline@chaosengine.de>) | Bill Nottingham | 2002-01-25 | 1 | -1/+2 |
| | |||||
* | umount /dev/loopX doesn't work; you must use the mount point | Bill Nottingham | 2001-09-21 | 1 | -2/+4 |
| | |||||
* | detach loopback devices at shutdown (#43919, #45826) | Bill Nottingham | 2001-08-07 | 1 | -1/+5 |
| | |||||
* | fix netdev umount stuff | Bill Nottingham | 2001-07-24 | 1 | -1/+20 |
| | |||||
* | use -O nonetdev; require new mount package | Bill Nottingham | 2001-07-17 | 1 | -0/+1 |
| | |||||
* | supress error messages if NETWORKING ist undefinedr5-87 | Karsten Hopp | 2001-05-21 | 1 | -1/+1 |
| | |||||
* | fix typo | Bill Nottingham | 2001-03-13 | 1 | -1/+1 |
| | |||||
* | fix typosr5-64 | Bill Nottingham | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | unmount loopback stuff before stopping netfs or shutting down | Bill Nottingham | 2001-02-13 | 1 | -0/+20 |
| | |||||
* | tweak usage messages (#24085) | Bill Nottingham | 2001-01-30 | 1 | -1/+1 |
| |