diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-06 09:20:00 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-06 09:21:17 (EST) |
commit | 48c91a5a32a35955e2e4954c9fe44c0a22159eb7 (patch) | |
tree | 53b330114f42925732ed96836440ee6e92aca561 | |
parent | 61ca79397c4919675be5658d81f0ff19fe821f69 (diff) | |
download | libreboot-48c91a5a32a35955e2e4954c9fe44c0a22159eb7.zip libreboot-48c91a5a32a35955e2e4954c9fe44c0a22159eb7.tar.gz libreboot-48c91a5a32a35955e2e4954c9fe44c0a22159eb7.tar.bz2 |
docs (html): backport 60e0e66caa82be9b4b3f031c9337a871d08c0ffe
-rw-r--r-- | docs/tasks.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/tasks.html b/docs/tasks.html index da8cb2b..28304b1 100644 --- a/docs/tasks.html +++ b/docs/tasks.html @@ -290,7 +290,7 @@ patrickg says: francis7: we have you covered: have your libreboot script add a file ".coreboot-version" to the top-level directory, containing the appropriate version number information. that will be used if git describe doesn't work (eg. because .git is missing) </li> <li> - Make libreboot (all of it!) build reproducibly. This is very important. + Make libreboot (all of it!) build reproducibly. This is very important. <ul> <li>Talk to h01ger in coreboot about the coreboot part (he did reproducible.debian.net/coreboot/coreboot.html</li> <li> @@ -327,6 +327,9 @@ not really relevant yet, but will be in the future. (libreboot currently ignores SeaBIOS) </li> <li>NOTE: see build/release/* commands for coreboot/.coreboot-version in libreboot</li> + <li>NOTE: GRUB ELF executable (payload) is built reproducibly in libreboot now</li> + <li>NOTE: MemTest86+ seems to be built reproducibly, but we're not sure. @uref{https://reproducible.debian.net/rb-pkg/testing/amd64/memtest86+.html,this link}</li> + <li>NOTE: SeaBIOS version used is based on 1.8, we need to use the latest version based on 1.9 (or just use 1.9) which is much better according to lynxisyes</li> </ul> </li> </ul> |