Skip to content

Commit

Permalink
Fix TPM_TOOL_LIB path in verifytpm.sh
Browse files Browse the repository at this point in the history
Commit f9f0f53 change the lib location from /usr/local/lib
to /usr/lib, but the path in verifytpm.sh was not updated.

Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
  • Loading branch information
shjala authored and OhmSpectator committed Sep 3, 2024
1 parent 54ef22d commit ad83884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mkverification-raw-efi/verifytpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PCR_INDEX="0, 1, 2, 3, 4, 6, 7, 8, 9, 13, 14"
TPM_RECOV="/opt/debug/usr/bin/recovertpm"
VTPM_PATH="/opt/vtpm/"
TPM_TOOL="$VTPM_PATH""usr/bin/tpm2"
TPM_TOOL_LIB="$VTPM_PATH""usr/local/lib/"
TPM_TOOL_LIB="$VTPM_PATH""usr/lib/"

# we don't install tpm2-abrmd, so tell tpm-tools to use tpmrm0.
export TPM2TOOLS_TCTI="device:/dev/tpmrm0"
Expand Down

0 comments on commit ad83884

Please sign in to comment.