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:
@ -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)
|
||||
|
Reference in New Issue
Block a user