diff options
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r-- | init.d/localmount.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index a4d11165..c9e66539 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 |