From c688020f6dfed9461728c5fd39181a3b02eae88a Mon Sep 17 00:00:00 2001 From: Vivek Date: Mon, 30 Oct 2023 15:09:13 -0500 Subject: [PATCH] [Bookworm] [Secure Boot] Fix the updated path for extract-cert binary (#17015) extract-certs was moved from scripts/ to certs/ from kernel 5.17 https://github.com/gregkh/linux/commit/340a02535ee785c64c62a9c45706597a0139e972 Signed-off-by: Vivek Reddy --- scripts/signing_kernel_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/signing_kernel_modules.sh b/scripts/signing_kernel_modules.sh index d669d40816..de9eca2829 100755 --- a/scripts/signing_kernel_modules.sh +++ b/scripts/signing_kernel_modules.sh @@ -66,7 +66,7 @@ if [ ! -f ${LOCAL_SIGN_FILE} ]; then fi if [ -z ${LOCAL_EXTRACT_CERT} ]; then - LOCAL_EXTRACT_CERT="/usr/lib/linux-kbuild-${kbuild_ver_major}/scripts/extract-cert" + LOCAL_EXTRACT_CERT="/usr/lib/linux-kbuild-${kbuild_ver_major}/certs/extract-cert" fi if [ ! -f ${LOCAL_EXTRACT_CERT} ]; then