do not mount local file systems with the _netdev option in fstab
This fixes #344947.
This commit is contained in:
parent
9285cb3392
commit
ac37dc2764
@ -20,7 +20,7 @@ start()
|
|||||||
done
|
done
|
||||||
|
|
||||||
ebegin "Mounting local filesystems"
|
ebegin "Mounting local filesystems"
|
||||||
mount -at "$types"
|
mount -at "$types" -O no_netdev
|
||||||
eend $? "Some local filesystem failed to mount"
|
eend $? "Some local filesystem failed to mount"
|
||||||
|
|
||||||
# Always return 0 - some local mounts may not be critical for boot
|
# Always return 0 - some local mounts may not be critical for boot
|
||||||
|
Loading…
Reference in New Issue
Block a user