6 lines
341 B
Plaintext

# enable networking in initrd (initramfs) with dracut and systemd-networkd
install_items+=" /usr/lib/systemd/network/20-wired.network "
install_items+=" /usr/lib/systemd/network/21-azure.network "
# see https://github.com/dracutdevs/dracut/tree/master/modules.d for a list of modules
add_dracutmodules+=" systemd-networkd systemd-resolved "