From e2ee36ac9ef274d40b99967320bd3169c36479f0 Mon Sep 17 00:00:00 2001 From: Marco Lima Date: Thu, 30 Jul 2009 13:49:44 -0700 Subject: Add _netdev support to netfs (also add glusterfs support) The system-wide mount will no longer mount items in fstab marked as _netdev (requires a network device). These _netdev items are handled by the netfs daemon now. Additionally, add support for glusterfs :) Signed-off-by: Aaron Griffin --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 1e1c6bf..ef13dec 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -99,7 +99,7 @@ stat_busy "Deactivating Swap" stat_done stat_busy "Unmounting Filesystems" -/bin/umount -a -r -t noramfs,notmpfs,nosysfs,noproc +/bin/umount -a -r -t noramfs,notmpfs,nosysfs,noproc -O no_netdev stat_done # Kill non-root encrypted partition mappings -- cgit v1.2.3