build-distro, boot.mk: Set BOOT_TYPE, BOOTLOADER to efiboot for aarch64
mki-copy-grubaa64boot more not needed. In addition, it did not support the config in boot/grub instead of EFI/BOOT. Needed mkimage >= 0.2.38-alt1
This commit is contained in:
parent
c53159b998
commit
de9adb0594
@ -33,7 +33,7 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH)))
|
||||
BOOT_TYPE := isolinux
|
||||
endif
|
||||
ifeq (,$(filter-out aarch64,$(ARCH)))
|
||||
BOOT_TYPE := grubaa64boot
|
||||
BOOT_TYPE := efiboot
|
||||
endif
|
||||
ifeq (,$(filter-out ppc64le,$(ARCH)))
|
||||
BOOT_TYPE := ieee1275boot
|
||||
|
@ -13,7 +13,7 @@ endif
|
||||
# install aarch64 media bootloader
|
||||
ifeq (,$(filter-out aarch64,$(ARCH)))
|
||||
boot/iso:
|
||||
@$(call set,BOOTLOADER,grubaa64boot)
|
||||
@$(call set,BOOTLOADER,efiboot)
|
||||
endif
|
||||
|
||||
# firmware is the bootloader
|
||||
|
Loading…
Reference in New Issue
Block a user