From 6fb9ffefdd9cc64c08cf7627efd8a87a894b0419 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 12 Jul 2015 11:02:39 -0400 Subject: download/grub: verify checksums of downloaded files --- (limited to 'docs/maintain') diff --git a/docs/maintain/index.html b/docs/maintain/index.html index feff7b3..add2ee9 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -436,6 +436,14 @@ build the ROM images and test them, with this different GRUB version that you have prepared.

+

+ Note: you will also need to replace the sha512 sums in + resources/scripts/helpers/sha512sums/grub. Do this with + an unmodified version of GRUB, from the commit that you are using, + and make sure that the files/directories beginning with .git do not + appear in the list of sha512 checksums. You can generate the list like so:
+ $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/grub; done +

Back to top of page. -- cgit v0.9.1