efi: refind support

mkimage > 0.2.5 should have received enhanced UEFI support
including the ability to setup refind (#28349);
make the feature ready for that.
This commit is contained in:
Michael Shigorin 2013-01-12 21:49:14 +04:00
parent 1db42ffcb1
commit 36a707bbb2

View File

@ -8,7 +8,10 @@ use/efi:
@$(call add,THE_LISTS,$(EFI_LISTS))
@$(call add,RESCUE_LISTS,$(EFI_LISTS))
@$(call add,INSTALL2_PACKAGES,dosfstools)
@$(call set,EFI_BOOTLOADER,elilo) ### no choice right now
@$(call try,EFI_BOOTLOADER,elilo) # default one
use/efi/refind: use/efi
@$(call set,EFI_BOOTLOADER,refind)
use/efi/signed: use/efi
@$(call set,EFI_CERT,altlinux)
@ -20,6 +23,6 @@ use/efi/debug: use/efi
else
# ignore on an unsupported target arch but make it hybrid at least
use/efi use/efi/signed use/efi/debug: use/isohybrid
use/efi use/efi/refind use/efi/signed use/efi/debug: use/isohybrid
endif