aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/netfs1
-rwxr-xr-xrc.d/rc.sysinit2
2 files changed, 2 insertions, 1 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index 2f3c1c1f..ba5a0eb1 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -63,6 +63,7 @@ case "$1" in
sig=-9
done
}
+ action $"Unmounting network block filesystems: " umount -a -O netdev
[ -n "$NFSMTAB" ] && {
sig=
retry=3
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 153c5b44..64cb7911 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -531,7 +531,7 @@ fi
# Mount all other filesystems (except for NFS and /proc, which is already
# mounted). Contrary to standard usage,
# filesystems are NOT unmounted in single user mode.
-action $"Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs
+action $"Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs -O nonetdev
if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then
if [ -x /sbin/convertquota ]; then