>From 22827511fb488cafa71e86f0074aa714b566295b Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sun, 5 Jan 2020 21:04:02 +0700 Subject: [PATCH 11/22] efi: do not call use/efi/refind from use/efi/memtest86 This is necessary to prevent unintentional assignment of rEFInd as EFI_BOOTLOADER. I also want to hope that memtest86.efi can be made to work from grub-efi in the future. --- features.in/efi/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index c6fbff4f34..3726cb5162 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -48,7 +48,7 @@ use/efi/lilo: use/efi use/bootloader/lilo use/efi/refind: use/efi @$(call set,EFI_BOOTLOADER,refind) -use/efi/memtest86: use/efi/refind +use/efi/memtest86: use/efi @$(call set,EFI_MEMTEST86,efi-memtest86) else -- 2.24.1