mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-28 08:59:34 -05:00
5 lines
237 B
Plaintext
5 lines
237 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 "
|
|
add_dracutmodules+=" systemd-networkd "
|