efi: tweak shell setup

It's possible that use/efi/signed target has fired already
at the time when use/efi/shell is invoked; shouldn't clobber
the signed shell with unsigned one.
This commit is contained in:
Michael Shigorin
2013-02-21 16:41:43 +04:00
parent 9d09833121
commit 9629cbe143

View File

@ -25,7 +25,7 @@ use/efi/signed: use/efi
@$(call add,RESCUE_PACKAGES,openssl sbsigntools)
use/efi/shell: use/efi
@$(call set,EFI_SHELL,efi-shell)
@$(call try,EFI_SHELL,efi-shell)
use/efi/debug: use/efi
@$(call add,STAGE2_PACKAGES,efibootmgr gdisk)