alt-server.mk: multipath is enabled by default
This commit is contained in:
parent
bff75969c4
commit
7d5772eb37
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user