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:
Michael Shigorin 2017-08-02 21:14:42 +03:00
parent c903e3b0ce
commit 5174ec5dff

View File

@ -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)