Commit 8063c916 authored by Anton Midyukov's avatar Anton Midyukov

lib/boot.mk: change BOOTLOADER=grubpcboot on i586, x86_64

parent 5f704a4b
......@@ -7,7 +7,7 @@ ifeq (distro,$(IMAGE_CLASS))
# install media bootloader
boot/iso:
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call try,BOOTLOADER,isolinux)
@$(call try,BOOTLOADER,grubpcboot)
endif
ifeq (,$(filter-out aarch64 riscv64 loongarch64,$(ARCH)))
@$(call try,BOOTLOADER,efiboot)
......
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