If you boot with nfs, and you have network filesystems which are to be mounted automatically, systemd tries to mount them before the network is up.
https://bugzilla.redhat.com/show_bug.cgi?id=1027114 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739721 I've now given up trying to fix the unit files to get their dependencies correct, and am using the workaround : at the end of the mount options add ,comment=systemd.automount for example: milliways:/home/sources /sources nfs rw,hard,intr,_netdev,tcp,vers=3,comment=systemd.automount 0 0 ĸen -- das eine Mal als Tragödie, dieses Mal als Farce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
