allow localmount and netmount to fail

This commit is contained in:
William Hubbs
2015-08-10 18:45:36 -05:00
parent 279f1e5d10
commit 7341cd882f
3 changed files with 11 additions and 4 deletions

View File

@@ -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()