do not mount local file systems with the _netdev option in fstab

This fixes #344947.
This commit is contained in:
William Hubbs 2010-11-15 12:01:48 -06:00
parent 9285cb3392
commit ac37dc2764

View File

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