>From 4558187d4e2c464e0d15e9a7855d6ba2e77208d8 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Mon, 30 Dec 2019 18:55:32 +0700 Subject: [PATCH 12/22] efi: use/efi/grub by default for all arches --- features.in/efi/config.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index 3726cb5162..db37b282e4 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -10,11 +10,7 @@ use/efi: @$(call add_feature) @$(call set,MKI_VER_MINIMAL,0.2.12) # it's official now @$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS -ifeq (x86_64,$(ARCH)) - @$(call try,EFI_BOOTLOADER,elilo) # default one -else @$(call try,EFI_BOOTLOADER,grub-efi) # default one -endif @$(call add,THE_PACKAGES,$$(EFI_BOOTLOADER)) @$(call xport,EFI_BOOTLOADER) @$(call add,THE_LISTS,$(EFI_LISTS)) -- 2.24.1