summaryrefslogtreecommitdiff
path: root/scripts/image_signing/sign_official_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/image_signing/sign_official_build.sh')
-rwxr-xr-xscripts/image_signing/sign_official_build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/image_signing/sign_official_build.sh b/scripts/image_signing/sign_official_build.sh
index 1c4a2958..78aee2dd 100755
--- a/scripts/image_signing/sign_official_build.sh
+++ b/scripts/image_signing/sign_official_build.sh
@@ -732,6 +732,11 @@ resign_firmware_payload() {
sha1=$(vbutil_key --unpack "${key}" | grep sha1sum | cut -d" " -f9)
echo " ${model}: ${sha1}" >>"${signer_notes}"
done
+ else
+ echo "List sha1sum of single key's signature:" >>"${signer_notes}"
+ key="${KEY_DIR}/root_key.vbpubk"
+ sha1=$(vbutil_key --unpack "${key}" | grep sha1sum | cut -d" " -f9)
+ echo " root: ${sha1}" >>"${signer_notes}"
fi
new_shellball=$(make_temp_file)