diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 17:22:00 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 17:23:39 +0100 |
commit | 5234c4dab37639f05bc5820e0b767b6fa8513137 (patch) | |
tree | a3f1e5ff9ec5810942701385ef947223cd37e6b1 /docs | |
parent | ef5d5bf15910fc5bfe02df2afe9861691a9e4e32 (diff) | |
download | librebootfr-5234c4dab37639f05bc5820e0b767b6fa8513137.tar.gz librebootfr-5234c4dab37639f05bc5820e0b767b6fa8513137.zip |
download/flashrom: Verify checksums of downloaded files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/maintain/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 82bdc98a..fce269c7 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -543,6 +543,15 @@ <p> Patches are in <i>resources/flashrom/patch/</i> </p> + <p> + Note: you will also need to replace the sha512 sums in + <i>resources/scripts/helpers/sha512sums/flashrom</i>. Do this with + an <i>unmodified</i> version of flashrom, from the commit that you are using, + and make sure that the files/directories beginning with <i>.svn</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/flashrom</b><br/> + $ <b>for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/flashrom; done</b> + </p> <p> <a href="#pagetop">Back to top of page</a>. |