Commit de9adb05 authored by Anton Midyukov's avatar Anton Midyukov

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
parent c53159b9
......@@ -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
......
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