From 5174ec5dffaeafbdcdce13597c1d7d36a6bd81af Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 2 Aug 2017 21:14:42 +0300 Subject: [PATCH] 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. --- features.in/services/config.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/features.in/services/config.mk b/features.in/services/config.mk index 617909ca..b72ae06e 100644 --- a/features.in/services/config.mk +++ b/features.in/services/config.mk @@ -4,3 +4,8 @@ use/services: sub/rootfs @$(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)