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

This commit is contained in:
Anton Midyukov 2023-08-08 02:05:49 +07:00
parent 5f704a4b1f
commit 8063c91607

View File

@ -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)