From aad0cfff9dea75a405a2ebff48c87b03cce43051 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 Dec 2018 16:25:48 -0500 Subject: image_signing: fix breakage from dropping Tested-by: Mike Frysinger Reviewed-by: David Riley --- scripts/image_signing/sign_official_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/image_signing/sign_official_build.sh b/scripts/image_signing/sign_official_build.sh index 8db3ead7..726a5540 100755 --- a/scripts/image_signing/sign_official_build.sh +++ b/scripts/image_signing/sign_official_build.sh @@ -179,10 +179,10 @@ calculate_rootfs_hash() { # Extract the key-value parameters from the kernel command line. local rootfs_sectors=$(get_verity_arg "${vroot_dev}" hashstart) - local verity_depth=0 local verity_algorithm=$(get_verity_arg "${vroot_dev}" alg) local root_dev=$(get_verity_arg "${vroot_dev}" payload) local hash_dev=$(get_verity_arg "${vroot_dev}" hashtree) + local salt=$(get_verity_arg "${vroot_dev}" salt) local salt_arg if [ -n "$salt" ]; then -- cgit v1.2.1