Commit 8f56e8b9 authored by Anton Midyukov's avatar Anton Midyukov

net: enable udevd-final for etcnet

network starts before the network interfaces are ready. udevd-final helps prevent this.
parent a5ec6241
......@@ -8,8 +8,8 @@ use/net: use/services use/pkgpriorities
@$(call set,THE_NET_SUBSYS,network-config-subsystem)
use/net/etcnet: use/net
@$(call set,THE_NET_SUBSYS,etcnet)
@$(call add,DEFAULT_SERVICES_ENABLE,network)
@$(call set,THE_NET_SUBSYS,etcnet udev-rule-generator)
@$(call add,DEFAULT_SERVICES_ENABLE,network udevd-final)
use/net/dhcp: use/net
@$(call add,THE_PACKAGES,dhcpcd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment