mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 07:59:29 -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 "
|