Commit 83b17d29 authored by Michael Shigorin's avatar Michael Shigorin

efi: add use/efi/memtest86

It's implemented just like EFI_SHELL and will definitely change someday but so far it's like this...
parent 90429a85
......@@ -26,6 +26,9 @@ use/efi/signed: use/efi
use/efi/shell: use/efi
@$(call try,EFI_SHELL,efi-shell)
use/efi/memtest86: use/efi/refind
@$(call set,EFI_MEMTEST86,efi-memtest86)
use/efi/debug: use/efi
@$(call add,STAGE2_PACKAGES,efibootmgr gdisk)
@$(call set,KFLAVOURS,led-ws)
......
......@@ -2,3 +2,5 @@ use/memtest: use/syslinux
@$(call add_feature)
@$(call add,SYSTEM_PACKAGES,memtest86+)
@$(call add,SYSLINUX_CFG,memtest)
# see also use/efi/memtest86
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