Commit 7d5772eb authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server.mk: multipath is enabled by default

parent bff75969
......@@ -37,6 +37,10 @@ distro/alt-server:: distro/.base mixin/alt-server use/vmguest/base \
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
endif
@$(call add,STAGE2_BOOTARGS,mpath)
@$(call add,INSTALL2_PACKAGES,installer-feature-multipath)
@$(call add,SYSTEM_PACKAGES,multipath-tools)
@$(call add,SERVICES_ENABLE,multipathd)
@$(call add,INSTALL2_PACKAGES,strace)
@$(call add,INSTALL2_PACKAGES,fdisk)
@$(call add,INSTALL2_BRANDING,notes)
......
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