lib/boot.mk: change BOOTLOADER=grubpcboot on i586, x86_64
This commit is contained in:
parent
5f704a4b1f
commit
8063c91607
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user