Add BLAKE3 hash to GRUB source, remove redundant chain module

Add blake3 checksum for grub-2.12.tar.xz for recipe integrity
verification. Remove the chain module from grub-mkimage — the
chainloader command is built-in in GRUB 2.12, no separate module
needed. Image shrinks from 540 KiB to 512 KiB. Update module table
and size estimate in GRUB integration plan.
This commit is contained in:
2026-04-17 22:27:12 +01:00
parent 1b785fea6a
commit 7c031f95e4
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -13,6 +13,7 @@
[source]
tar = "https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz"
blake3 = "13c48453f9becf4a6e49618749dc7cb83a2c4a0d7600eeeadc6c7c2772c0b877"
[build]
template = "custom"
@@ -103,7 +104,6 @@ echo "Creating standalone GRUB EFI image..."
search \
search_fs_uuid \
search_label \
chain \
echo \
test \
ls \