mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 17:04:22 -05:00
6 lines
341 B
Plaintext
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 "
|