Re: NFS, _netdev, /etc/fstab, dinit
Reply #1 –
Our script is yet to provide an automount script for networking filesystems. I'll work on it.
Can you try this out? Keep the entries on fstab with the _netdev option.
type = scripted
command = /usr/bin/mount -a -O _netdev
restart = false
depends-on = network.target # NetworkManager always runs before this service
# The line below are optional, but good if you want to see the errors while testing
log-type = buffer
I hope this doesn't interfere with the boot process (i.e. user reaches tty/display manager even while the network filesystems are mounting).