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.
This commit is contained in:
Anton Midyukov 2020-01-05 21:04:02 +07:00
parent 20554501e5
commit 0c4f35fc5d

View File

@ -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