summaryrefslogtreecommitdiffstats
path: root/rules/lvm2.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/lvm2.in')
-rw-r--r--rules/lvm2.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/lvm2.in b/rules/lvm2.in
index b53086d8b..8c75cfda6 100644
--- a/rules/lvm2.in
+++ b/rules/lvm2.in
@@ -6,6 +6,7 @@ menuconfig LVM2
select GCCLIBS_GCC_S
select READLINE
select NCURSES
+ select SYSTEMD if LVM2_SYSTEMD
prompt "lvm2 "
help
LVM2 refers to a new userspace toolset that provide logical volume management
@@ -51,4 +52,7 @@ config LVM2_DEVICE_MODE
help
The effective access mode of the device nodes create by LVM
+config LVM2_SYSTEMD
+ bool
+ default INITMETHOD_SYSTEMD
endif