Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
Sayan Chowdhury 2023-12-15 16:18:37 +05:30
parent 139244760a
commit 3747d856e7
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B
2 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,7 @@ sudo grub-mkimage \
--compression=auto \
--format "${FLAGS_target}" \
--directory "${GRUB_SRC}" \
--sbat "${BUILD_LIBRARY_DIR}/sbat.csv" \
--config "${ESP_DIR}/${GRUB_DIR}/load.cfg" \
--memdisk "${ESP_DIR}/flatcar/grub/grub.cfg.tar" \
--output "${ESP_DIR}/${GRUB_DIR}/${CORE_NAME}" \

3
build_library/sbat.csv Normal file
View File

@ -0,0 +1,3 @@
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
grub,2,Free Software Foundation,grub,2.06,https://www.gnu.org/software/grub/
grub.flatcar,1,Flatcar,grub,2.06,https://github.com/flatcar/scripts
1 sbat 1 SBAT Version sbat 1 https://github.com/rhboot/shim/blob/main/SBAT.md
2 grub 2 Free Software Foundation grub 2.06 https://www.gnu.org/software/grub/
3 grub.flatcar 1 Flatcar grub 2.06 https://github.com/flatcar/scripts