diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 16:02:39 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 16:15:17 +0100 |
commit | 6fb9ffefdd9cc64c08cf7627efd8a87a894b0419 (patch) | |
tree | a2966652720335b697d68f1e0ac9a7987d679064 /docs/maintain/index.html | |
parent | aaab9127058293da378b2639a9907a1d83326514 (diff) | |
download | librebootfr-6fb9ffefdd9cc64c08cf7627efd8a87a894b0419.tar.gz librebootfr-6fb9ffefdd9cc64c08cf7627efd8a87a894b0419.zip |
download/grub: verify checksums of downloaded files
Diffstat (limited to 'docs/maintain/index.html')
-rw-r--r-- | docs/maintain/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index feff7b3f..add2ee9a 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 "${i}" >> ../resources/scripts/helpers/sha512sums/grub; done</b> + </p> <p> <a href="#pagetop">Back to top of page</a>. |