Comment 4 for bug 1429975

Revision history for this message
Martin Pitt (pitti) wrote :

Asked on upstream ML: http://lists.freedesktop.org/archives/systemd-devel/2015-March/029226.html

In the meantime, you could edit /lib/systemd/system/remote-fs-pre.target to append

Wants=network-online.target
After=network-online.target

This should fix the boot, at least if you use ifupdown (which I assume if you use NFS). With network-manager it won't work yet as we haven't enabled NetworkManager-wait-online.service yet, see bug 1430280).