Commit 724d904c authored by Anton Midyukov's avatar Anton Midyukov

grub: restrict graphics mode to architectures i586, x86_64, aarch64

Not needed for other architectures. See-also: use/branding/full
parent 453c520b
......@@ -13,10 +13,12 @@ endif
# UI is overwritten
use/grub/ui/%: use/grub
@$(call set,GRUB_UI,$*)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@if [ "$*" == gfxboot ]; then \
$(call add,STAGE1_BRANDING,bootloader); \
$(call add,STAGE1_PACKAGES,grub-common); \
fi
endif
use/grub/%.cfg: use/grub
@$(call add,GRUB_CFG,$*)
......
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