From ca76f25aa447d83edd5c25f0e7bd50f9b86b97cd Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 1 Dec 2021 22:38:38 +0800 Subject: [PATCH] EFI signing debug --- buildbot/buildbot_steps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildbot/buildbot_steps.sh b/buildbot/buildbot_steps.sh index 9f97db5..e3f0098 100755 --- a/buildbot/buildbot_steps.sh +++ b/buildbot/buildbot_steps.sh @@ -231,6 +231,8 @@ function make_ipxe_efi() { make bin-x86_64-efi/ipxe.efi EMBED="${embed_file}" CERT="${signing_cert},${ca_cert}" TRUST="${ca_cert}" || return 2 mv bin-x86_64-efi/ipxe.efi bin/ + echo "\"${efi_key}\" \"${efi_cert}\"" + ls -lah "${efi_key}" "${efi_cert}" sbsign --key ${efi_key} --cert ${efi_cert} --output bin/ipxe.efi bin/ipxe.efi cd "$curr"