From 06163b2b88fce1c591048cab5b931610b5ede89e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 14 Dec 2022 15:39:56 +0100 Subject: [PATCH] :bug: Fix typo --- packages/system/dracut/network/conf/90-kairos-network.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/system/dracut/network/conf/90-kairos-network.conf b/packages/system/dracut/network/conf/90-kairos-network.conf index 9587516..f60ca86 100644 --- a/packages/system/dracut/network/conf/90-kairos-network.conf +++ b/packages/system/dracut/network/conf/90-kairos-network.conf @@ -1,2 +1,2 @@ -install_items+=" /etc/systemd/network/20-dhcp.network /etc/systemd/network/20-dhcp.network " +install_items+=" /etc/systemd/network/20-dhcp.network /etc/systemd/network/20-dhcp-legacy.network " add_dracutmodules+=" systemd-networkd "