Commit 23c4ebf1 authored by Michael Shigorin's avatar Michael Shigorin

net: use livecd-save-nfs for LiveCDs with NM

This is to avoid NM messing with network interface involved in NFS root filesystem being operational (see alterator-netinst); thanks sem@ for the hint.
parent 144d4c0f
......@@ -10,7 +10,9 @@ use/net/dhcp: use/net
use/net/nm: use/net
@$(call add,THE_LISTS,$(call tags,desktop nm))
@$(call add,LIVE_PACKAGES,livecd-save-nfs)
@$(call add,DEFAULT_SERVICES_ENABLE,NetworkManager ModemManager)
@$(call add,DEFAULT_SERVICES_ENABLE,livecd-save-nfs)
use/net/nm/nodelay: use/net/nm
@$(call add,DEFAULT_SERVICES_DISABLE,NetworkManager-wait-online)
......
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