[PATCH 13/20] efi: do not call use/efi/refind from use/efi/memtest86

Anton Midyukov antohami at altlinux.org
Sun Jan 5 17:04:02 MSK 2020


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


--------------57A0C61BE7D9EDE338E3E6C8
Content-Type: text/x-patch;
 name="0014-efi-use-efi-grub-by-default-for-all-arches.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0014-efi-use-efi-grub-by-default-for-all-arches.patch"



More information about the devel-distro mailing list