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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user