mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
sys-boot/shim: Add the SBAT data to shim binary
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
b8f290bae4
commit
eef935e596
1
sdk_container/src/third_party/coreos-overlay/sys-boot/shim/files/sbat.csv
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/sys-boot/shim/files/sbat.csv
vendored
Normal file
@ -0,0 +1 @@
|
||||
shim.flatcar,1,Flatcar Container Linux,shim,15.8,security@flatcar-linux.org
|
|
@ -42,6 +42,7 @@ src_compile() {
|
||||
emake_args+=( ARCH=aarch64 )
|
||||
fi
|
||||
emake_args+=( ENABLE_SBSIGN=1 )
|
||||
emake_args+=( SBATPATH="${FILESDIR}/sbat.csv" )
|
||||
|
||||
if use official; then
|
||||
if [ -z "${SHIM_SIGNING_CERTIFICATE}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user