[Bookworm] [Secure Boot] Fix the updated path for extract-cert binary (#17015)
extract-certs was moved from scripts/ to certs/ from kernel 5.17 340a02535e
Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
This commit is contained in:
parent
68b1971fee
commit
c688020f6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user