Commit 708a79f7 authored by Anton Midyukov's avatar Anton Midyukov

branding: do not add bootsplash

Should only be added when using the plymouth feature.
parent 5e68f07b
...@@ -16,9 +16,6 @@ use/branding/full: use/branding/notes use/syslinux/ui/gfxboot \ ...@@ -16,9 +16,6 @@ use/branding/full: use/branding/notes use/syslinux/ui/gfxboot \
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,THE_BRANDING,bootloader) @$(call add,THE_BRANDING,bootloader)
endif endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,THE_BRANDING,bootsplash)
endif
use/branding/complete: use/branding/full use/plymouth/full use/branding/complete: use/branding/full use/plymouth/full
@$(call add,INSTALL2_BRANDING,slideshow) @$(call add,INSTALL2_BRANDING,slideshow)
......
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