From 7341cd882fba522c1f1d183603334839bd4df7fc Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 10 Aug 2015 18:45:36 -0500 Subject: allow localmount and netmount to fail --- init.d/localmount.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'init.d/localmount.in') diff --git a/init.d/localmount.in b/init.d/localmount.in index b2e8ef17..67e43035 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -29,9 +29,6 @@ start() ebegin "Mounting local filesystems" mount -at "$types" $no_netdev eend $? "Some local filesystem failed to mount" - - # Always return 0 - some local mounts may not be critical for boot - return 0 } stop() -- cgit v1.2.3