Commit 2d99b8a4 authored by Michael Shigorin's avatar Michael Shigorin

net: fix the comment

The issue at hand is that we must not reconfigure an interface that NFS with the rootfs we're running off is mounted over.
parent 7a2b624b
...@@ -12,7 +12,7 @@ use/net/nm: use/net ...@@ -12,7 +12,7 @@ use/net/nm: use/net
@$(call add,THE_LISTS,$(call tags,desktop nm)) @$(call add,THE_LISTS,$(call tags,desktop nm))
@$(call add,LIVE_PACKAGES,livecd-save-nfs) @$(call add,LIVE_PACKAGES,livecd-save-nfs)
@$(call add,DEFAULT_SERVICES_ENABLE,NetworkManager ModemManager) @$(call add,DEFAULT_SERVICES_ENABLE,NetworkManager ModemManager)
@$(call add,DEFAULT_SERVICES_ENABLE,livecd-save-nfs) # don't reconfig @$(call add,DEFAULT_SERVICES_ENABLE,livecd-save-nfs) # keep interface up
use/net/nm/nodelay: use/net/nm use/net/nm/nodelay: use/net/nm
@$(call add,DEFAULT_SERVICES_DISABLE,NetworkManager-wait-online) @$(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