Kickstart + systemd-networkd

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:

  1. package systemd-networkd installed (it is not present in dvd iso, so working network is required to install it)
  2. *.network configuration files in /etc/systemd/network (this is easily done in kickstart )
  3. service systemd-networkd started (kickstart has services command…)

Had anyone tried to go that route?