5174ec5dff
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.
12 lines
391 B
Makefile
12 lines
391 B
Makefile
use/services: sub/rootfs
|
|
@$(call add_feature)
|
|
@$(call xport,DEFAULT_SERVICES_ENABLE)
|
|
@$(call xport,DEFAULT_SERVICES_DISABLE)
|
|
@$(call xport,SERVICES_ENABLE)
|
|
@$(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)
|