efi: add use/efi/memtest86

It's implemented just like EFI_SHELL and will definitely
change someday but so far it's like this...
This commit is contained in:
Michael Shigorin 2013-12-18 01:46:08 +04:00
parent 90429a8508
commit 83b17d2982
2 changed files with 5 additions and 0 deletions

View File

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

View File

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