Commit aaa2bf5e authored by Anton Midyukov's avatar Anton Midyukov

mixin.mk: override SPLASH_ARGS to 'splash' for non-x86 regular's

Typically on other architectures the output is directed to the serial console, so it is not visible on the screen. We see the splash screen and boot log in the serial console.
parent b1cd8ec3
......@@ -90,6 +90,9 @@ mixin/regular-desktop: +alsa +nm-native \
@$(call add,THE_PACKAGES,eepm)
@$(call add,THE_PACKAGES,sudo)
@$(call add,THE_BRANDING,alterator graphics indexhtml)
ifneq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,SPLASH_ARGS,splash)
endif
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_BRANDING,notes)
endif
......
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