Hi LFS dev, I want to report that the lfs systemd 9.0 book does not mention the creation of systemd users: systemd-resolve, systemd-network, and systemd-timesync. These are required for networkd to start properly.
Also, the networkd by default has no restart limit, and gets throttled quickly at boot. In my automation I've fixed this with a call to sed. sed -i 's/RestartSec=0/RestartSec=1/' /lib/systemd/system/systemd-networkd.service Cheers! Travis -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
