net: avoid NM showstopper at boot by default
Intro: NetworkManager-wait-online.service would, well, wait for some network interface to become online or for timeout to kick in. Problem: if a LiveCD is tested in offline environment that timeout will only impede the boot. Proposed solution: use/net/nm/nodelay target has been implemented to disable that service as proposed by sem@ and done in Simply; "+nm" target changed to be an alias to this one.
This commit is contained in:
parent
6470e1d8da
commit
873737a24e
@ -1,4 +1,4 @@
|
||||
+nm: use/net/nm; @:
|
||||
+nm: use/net/nm/nodelay; @:
|
||||
|
||||
use/net: use/services
|
||||
@$(call add_feature)
|
||||
@ -12,6 +12,9 @@ use/net/nm: use/net
|
||||
@$(call add,THE_LISTS,$(call tags,desktop nm))
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,NetworkManager ModemManager)
|
||||
|
||||
use/net/nm/nodelay: use/net/nm
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,NetworkManager-wait-online)
|
||||
|
||||
use/net/connman: use/net
|
||||
@$(call add,THE_PACKAGES,connman)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,connman)
|
||||
|
Loading…
Reference in New Issue
Block a user