Is there a way to make it work?
So far it looks to me that they are incompatible… (as far as I can tell kickstart network command works with NetworkManager…)
Things needed for systemd-networkd to work:
- package systemd-networkd installed (it is not present in dvd iso, so working network is required to install it)
- *.network configuration files in /etc/systemd/network (this is easily done in kickstart )
- service systemd-networkd started (kickstart has services command…)
Had anyone tried to go that route?