grub: restrict graphics mode to architectures i586, x86_64, aarch64
Not needed for other architectures. See-also: use/branding/full
This commit is contained in:
parent
453c520b9f
commit
724d904cae
@ -13,10 +13,12 @@ endif
|
|||||||
# UI is overwritten
|
# UI is overwritten
|
||||||
use/grub/ui/%: use/grub
|
use/grub/ui/%: use/grub
|
||||||
@$(call set,GRUB_UI,$*)
|
@$(call set,GRUB_UI,$*)
|
||||||
|
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
|
||||||
@if [ "$*" == gfxboot ]; then \
|
@if [ "$*" == gfxboot ]; then \
|
||||||
$(call add,STAGE1_BRANDING,bootloader); \
|
$(call add,STAGE1_BRANDING,bootloader); \
|
||||||
$(call add,STAGE1_PACKAGES,grub-common); \
|
$(call add,STAGE1_PACKAGES,grub-common); \
|
||||||
fi
|
fi
|
||||||
|
endif
|
||||||
|
|
||||||
use/grub/%.cfg: use/grub
|
use/grub/%.cfg: use/grub
|
||||||
@$(call add,GRUB_CFG,$*)
|
@$(call add,GRUB_CFG,$*)
|
||||||
|
Loading…
Reference in New Issue
Block a user