remove dhcpcd usage switch to systemd-networkd

This commit is contained in:
Tobias Powalowski 2022-12-07 12:27:55 +01:00
parent 4e0357ca93
commit f6e99f914d

View file

@ -7,6 +7,7 @@ build ()
map add_binary route ip
# start dhcpcd on startup
add_symlink "/etc/systemd/system/multi-user.target.wants/systemd-networkd.service" "/usr/lib/systemd/system/systemd-networkd.service"
add_file /usr/share/archboot/net/etc/system/network/10-wired-auto-dhcp.network
}
help ()