summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-12 11:35:14 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-12 11:41:36 (EDT)
commit5b44cb159bbc2b46bcc9cd6b8612f7e05d4f3ae5 (patch)
tree67c6c78c548f35d44a77f444477f931f0e32abd8 /docs
parent6fb9ffefdd9cc64c08cf7627efd8a87a894b0419 (diff)
downloadlibreboot-5b44cb159bbc2b46bcc9cd6b8612f7e05d4f3ae5.zip
libreboot-5b44cb159bbc2b46bcc9cd6b8612f7e05d4f3ae5.tar.gz
libreboot-5b44cb159bbc2b46bcc9cd6b8612f7e05d4f3ae5.tar.bz2
download/coreboot: verify the checksums of downloaded files
Diffstat (limited to 'docs')
-rw-r--r--docs/maintain/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index add2ee9..28a585d 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -223,6 +223,18 @@
</p>
<p>
+ Note: you will also need to replace the sha512 sums in
+ <i>resources/scripts/helpers/sha512sums/coreboot</i>. Do this with
+ an <i>unmodified</i> version of coreboot, 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 must <i>also</i> run the deblob
+ script to remove the blobs, before generating this list of sha512 sums.
+ You can generate the list like so:<br/>
+ $ <b>rm -f ../resources/scripts/helpers/sha512sums/coreboot</b><br/>
+ $ <b>for i in $(find -type f); do sha512sum &quot;${i}&quot; >> ../resources/scripts/helpers/sha512sums/coreboot; done</b>
+ </p>
+
+ <p>
Download coreboot again, only this time, using the download
script. The download script also applies custom patches
to coreboot (see resources/scripts/helpers/download/coreboot);
@@ -442,6 +454,7 @@
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>rm -f ../resources/scripts/helpers/sha512sums/grub</b><br/>
$ <b>for i in $(find -type f); do sha512sum &quot;${i}&quot; >> ../resources/scripts/helpers/sha512sums/grub; done</b>
</p>