mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 05:31:05 +02:00
build_library: Fix python script extension
It's not a shell script. It never was a shell script. Must have been a mistake to name it as such.
This commit is contained in:
parent
336a967941
commit
b6c6a05404
@ -693,7 +693,7 @@ EOF
|
|||||||
|
|
||||||
if [[ -n "${pcr_policy}" ]]; then
|
if [[ -n "${pcr_policy}" ]]; then
|
||||||
mkdir -p "${BUILD_DIR}/pcrs"
|
mkdir -p "${BUILD_DIR}/pcrs"
|
||||||
${BUILD_LIBRARY_DIR}/generate_kernel_hash.sh \
|
${BUILD_LIBRARY_DIR}/generate_kernel_hash.py \
|
||||||
"${root_fs_dir}/boot/flatcar/vmlinuz-a" ${FLATCAR_VERSION} \
|
"${root_fs_dir}/boot/flatcar/vmlinuz-a" ${FLATCAR_VERSION} \
|
||||||
>"${BUILD_DIR}/pcrs/kernel.config"
|
>"${BUILD_DIR}/pcrs/kernel.config"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user