summaryrefslogtreecommitdiff
path: root/init.d/localmount.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r--init.d/localmount.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index a4d1116..c9e6653 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -20,7 +20,7 @@ start()
done
ebegin "Mounting local filesystems"
- mount -at "$types"
+ mount -at "$types" -O no_netdev
eend $? "Some local filesystem failed to mount"
# Always return 0 - some local mounts may not be critical for boot