diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 12:15:18 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 12:16:42 (EDT) |
commit | ef5d5bf15910fc5bfe02df2afe9861691a9e4e32 (patch) | |
tree | ed5f24a269ab5ae363dbe4d8c4be60110ba2dab7 /docs | |
parent | 5b44cb159bbc2b46bcc9cd6b8612f7e05d4f3ae5 (diff) | |
download | libreboot-ef5d5bf15910fc5bfe02df2afe9861691a9e4e32.zip libreboot-ef5d5bf15910fc5bfe02df2afe9861691a9e4e32.tar.gz libreboot-ef5d5bf15910fc5bfe02df2afe9861691a9e4e32.tar.bz2 |
download/bucts: 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 28a585d..82bdc98 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -560,6 +560,15 @@ is <i>resources/scripts/helpers/download/bucts</i> and the build script is <i>resources/scripts/helpers/build/module/bucts</i>. </p> + <p> + Note: you will also need to replace the sha512 sums in + <i>resources/scripts/helpers/sha512sums/bucts</i>. Do this with + an <i>unmodified</i> version of bucts, 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/bucts</b><br/> + $ <b>for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/bucts; done</b> + </p> <p> <a href="#pagetop">Back to top of page</a>. |