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.
This commit is contained in:
parent
a6b46b2125
commit
daf939f71c
@ -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-dvd)
|
||||||
@$(call add,MAIN_LISTS,centaurus/disk-server-light)
|
@$(call add,MAIN_LISTS,centaurus/disk-server-light)
|
||||||
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
|
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
|
||||||
|
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
|
||||||
@$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth)
|
@$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth)
|
||||||
|
endif
|
||||||
@$(call add,INSTALL2_PACKAGES,strace)
|
@$(call add,INSTALL2_PACKAGES,strace)
|
||||||
@$(call add,INSTALL2_PACKAGES,fdisk)
|
@$(call add,INSTALL2_PACKAGES,fdisk)
|
||||||
@$(call add,INSTALL2_BRANDING,notes)
|
@$(call add,INSTALL2_BRANDING,notes)
|
||||||
|
Loading…
Reference in New Issue
Block a user