mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-02 20:11:43 +01:00
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
139244760a
commit
3747d856e7
@ -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
3
build_library/sbat.csv
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user