Commit c411f246 authored by Anton Midyukov's avatar Anton Midyukov

regular-vm.mk: lvm2 service disabled

rootfs is not required to be installed on lvm2.
parent 6ccfa154
...@@ -13,7 +13,8 @@ endif ...@@ -13,7 +13,8 @@ endif
endif endif
mixin/regular-vm-base: use/firmware use/ntp/chrony use/repo mixin/regular-vm-base: use/firmware use/ntp/chrony use/repo \
use/services/lvm2-disable
ifneq (,$(filter-out i586 x86_64,$(ARCH))) ifneq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,DEFAULT_SERVICES_DISABLE,multipathd) @$(call add,DEFAULT_SERVICES_DISABLE,multipathd)
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment