services: lvm2-* disable target
These are creeping throughout m-p and aren't really needed by default as these should be enabled upon configuration; let's provide a single switch off point.
This commit is contained in:
parent
c903e3b0ce
commit
5174ec5dff
@ -4,3 +4,8 @@ use/services: sub/rootfs
|
|||||||
@$(call xport,DEFAULT_SERVICES_DISABLE)
|
@$(call xport,DEFAULT_SERVICES_DISABLE)
|
||||||
@$(call xport,SERVICES_ENABLE)
|
@$(call xport,SERVICES_ENABLE)
|
||||||
@$(call xport,SERVICES_DISABLE)
|
@$(call xport,SERVICES_DISABLE)
|
||||||
|
|
||||||
|
use/services/lvm2-disable: use/services
|
||||||
|
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-lvmetad)
|
||||||
|
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-lvmpolld)
|
||||||
|
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-monitor)
|
||||||
|
Loading…
Reference in New Issue
Block a user