summaryrefslogtreecommitdiffstats
path: root/docs/maintain/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-12 11:02:39 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-12 11:15:17 (EDT)
commit6fb9ffefdd9cc64c08cf7627efd8a87a894b0419 (patch)
treea2966652720335b697d68f1e0ac9a7987d679064 /docs/maintain/index.html
parentaaab9127058293da378b2639a9907a1d83326514 (diff)
downloadlibreboot-6fb9ffefdd9cc64c08cf7627efd8a87a894b0419.zip
libreboot-6fb9ffefdd9cc64c08cf7627efd8a87a894b0419.tar.gz
libreboot-6fb9ffefdd9cc64c08cf7627efd8a87a894b0419.tar.bz2
download/grub: verify checksums of downloaded files
Diffstat (limited to 'docs/maintain/index.html')
-rw-r--r--docs/maintain/index.html8
1 files changed, 8 insertions, 0 deletions
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.
</p>
+ <p>
+ Note: you will also need to replace the sha512 sums in
+ <i>resources/scripts/helpers/sha512sums/grub</i>. Do this with
+ an <i>unmodified</i> version of GRUB, from the commit that you are using,
+ and make sure that the files/directories beginning with <i>.git</i> do not
+ appear in the list of sha512 checksums. You can generate the list like so:<br/>
+ $ <b>for i in $(find -type f); do sha512sum &quot;${i}&quot; >> ../resources/scripts/helpers/sha512sums/grub; done</b>
+ </p>
<p>
<a href="#pagetop">Back to top of page</a>.