efi: efi-shell and signed variants to the rescue
UEFI shell is pretty valuable debugging and fixup tool. When one has to mess with Restricted Boot, openssl and some PE signing tools might come handy either; see also http://www.rodsbooks.com/efi-bootloaders/secureboot.html
This commit is contained in:
parent
0ba8d3fbae
commit
d004d09c7c
@ -7,7 +7,7 @@ use/efi:
|
||||
@$(call set,MKI_VER_MINIMAL,0.2.5) # see #28219
|
||||
@$(call add,THE_LISTS,$(EFI_LISTS))
|
||||
@$(call add,RESCUE_LISTS,$(EFI_LISTS))
|
||||
@$(call add,RESCUE_PACKAGES,refind)
|
||||
@$(call add,RESCUE_PACKAGES,refind efi-shell)
|
||||
@$(call add,INSTALL2_PACKAGES,dosfstools)
|
||||
@$(call try,EFI_BOOTLOADER,elilo) # default one
|
||||
|
||||
@ -16,6 +16,8 @@ use/efi/refind: use/efi
|
||||
|
||||
use/efi/signed: use/efi
|
||||
@$(call set,EFI_CERT,altlinux)
|
||||
@$(call add,RESCUE_PACKAGES,refind-signed efi-shell-signed)
|
||||
@$(call add,RESCUE_PACKAGES,openssl sbsigntools)
|
||||
|
||||
use/efi/debug: use/efi
|
||||
@$(call add,STAGE2_PACKAGES,efibootmgr gdisk)
|
||||
|
Loading…
Reference in New Issue
Block a user