Commit daf939f7 authored by Anton Midyukov's avatar Anton Midyukov

alt-server.mk: Not setup plymoth for not X86 Arches

installer-feature-setup-plymouth needed make-initrd-plymouth. make-initrd-plymouth missing for not X86 Arches in alt-server. This resulted in a make-initrd error when installing on non-X86 Arches.
parent a6b46b21
......@@ -31,7 +31,9 @@ distro/alt-server: distro/.base distro/.alt-server-vnc \
@$(call add,MAIN_LISTS,centaurus/disk-dvd)
@$(call add,MAIN_LISTS,centaurus/disk-server-light)
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth)
endif
@$(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