Commit 3591ebd5 authored by Anton Midyukov's avatar Anton Midyukov

net: remove livecd-save-nfs

The network interface can be configured with a static ip. And this script will set dhcp and break it. With the new livecd-net-eth everything is fine, this script is not needed.
parent a2853d90
......@@ -24,7 +24,6 @@ use/net/dhcp: use/net
use/net/nm: use/net
@$(call set,THE_NET_SUBSYS,NetworkManager)
@$(call add,THE_LISTS,network/NetworkManager) # NB: won't get overridden
@$(call add,LIVE_PACKAGES,livecd-save-nfs)
@$(call add,DEFAULT_SERVICES_ENABLE,network) # need for NM?
@$(call add,DEFAULT_SERVICES_ENABLE,NetworkManager ModemManager)
@$(call add,DEFAULT_SERVICES_ENABLE,livecd-save-nfs) # keep interface up
......
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