From e3ace969325c268cfba2745067656270b5f8f721 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 1 Dec 2021 22:30:46 +0800 Subject: [PATCH] Fix EFI signing --- buildbot/buildbot_steps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildbot/buildbot_steps.sh b/buildbot/buildbot_steps.sh index 3e80916..9f97db5 100755 --- a/buildbot/buildbot_steps.sh +++ b/buildbot/buildbot_steps.sh @@ -206,6 +206,8 @@ function make_ipxe_efi() { embed_file="$(realpath "${embed_file}")" signing_cert="$(realpath "${signing_cert}")" ca_cert="$(realpath "${ca_cert}")" + efi_key="$(realpath "${efi_key}")" + efi_cert="$(realpath "${efi_cert}")" if [ ! -d "$ipxe_src_dir" ]; then >&2 echo "IPXE supplied directory does not exist."