Commit b85017a6 authored by Anton Midyukov's avatar Anton Midyukov

efi: add workaround for c10f1 branch also

See commit 1f066d54
parent d4343866
...@@ -34,7 +34,7 @@ use/efi/signed: use/efi ...@@ -34,7 +34,7 @@ use/efi/signed: use/efi
@$(call add,COMMON_PACKAGES,shim-signed) @$(call add,COMMON_PACKAGES,shim-signed)
@$(call add,COMMON_PACKAGES,mokutil pesign) @$(call add,COMMON_PACKAGES,mokutil pesign)
@$(call add,RESCUE_PACKAGES,openssl) @$(call add,RESCUE_PACKAGES,openssl)
ifeq (p10,$(BRANCH)) ifeq (,$(filter-out p10 c10f1,$(BRANCH)))
@$(call add,STAGE1_PACKAGES,shim-signed-installer-kludge grub-efi alt-uefi-certs dosfstools mtools) @$(call add,STAGE1_PACKAGES,shim-signed-installer-kludge grub-efi alt-uefi-certs dosfstools mtools)
endif endif
......
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