Commit 69bc7545 authored by Alexey Sheplyakov's avatar Alexey Sheplyakov Committed by Anton Midyukov

grub/config.mk: do make a graphical boot menu on LoongArch

parent 6bc67a13
...@@ -13,7 +13,7 @@ endif ...@@ -13,7 +13,7 @@ endif
# UI is overwritten # UI is overwritten
use/grub/ui/%: use/grub use/grub/ui/%: use/grub
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) ifeq (,$(filter-out i586 x86_64 aarch64 loongarch64,$(ARCH)))
@$(call set,GRUB_UI,$*) @$(call set,GRUB_UI,$*)
@if [ "$*" == gfxboot ]; then \ @if [ "$*" == gfxboot ]; then \
$(call add,STAGE1_BRANDING,bootloader); \ $(call add,STAGE1_BRANDING,bootloader); \
......
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