From ac37dc276432348e7e389e271b79bdafb0f18c83 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 15 Nov 2010 12:01:48 -0600 Subject: do not mount local file systems with the _netdev option in fstab This fixes #344947. --- init.d/localmount.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3