Commit 39acb237 authored by Michael Shigorin's avatar Michael Shigorin

efi: shim is a lower level component

THE_* variables serve user needs while shim belongs to either SYSTEM or COMMON level packages, not needed explicitly for stage1 though (mkimage will put it there when needed) so it's just COMMON.
parent 3b97bdb8
......@@ -22,7 +22,7 @@ use/efi/refind: use/efi
use/efi/signed: use/efi
@$(call set,EFI_CERT,altlinux)
@$(call add,THE_PACKAGES,shim-signed)
@$(call add,COMMON_PACKAGES,shim-signed)
@$(call add,RESCUE_PACKAGES,openssl pesign sbsigntools)
use/efi/shell: use/efi
......
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