Commit 9629cbe1 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 9d098331
...@@ -25,7 +25,7 @@ use/efi/signed: use/efi ...@@ -25,7 +25,7 @@ use/efi/signed: use/efi
@$(call add,RESCUE_PACKAGES,openssl sbsigntools) @$(call add,RESCUE_PACKAGES,openssl sbsigntools)
use/efi/shell: use/efi use/efi/shell: use/efi
@$(call set,EFI_SHELL,efi-shell) @$(call try,EFI_SHELL,efi-shell)
use/efi/debug: use/efi use/efi/debug: use/efi
@$(call add,STAGE2_PACKAGES,efibootmgr gdisk) @$(call add,STAGE2_PACKAGES,efibootmgr gdisk)
......
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