summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-09 18:06:57 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-09 18:06:57 (EDT)
commita2a7f8a27debeaad430c9e198f1f1a80e733c3e9 (patch)
tree3c8b057aa6a3f37eec062de2ae7d20ac8d9f1e23
parent39a1c6289842ae403b1f4b99086bf999dea1a158 (diff)
downloadlibreboot-a2a7f8a27debeaad430c9e198f1f1a80e733c3e9.zip
libreboot-a2a7f8a27debeaad430c9e198f1f1a80e733c3e9.tar.gz
libreboot-a2a7f8a27debeaad430c9e198f1f1a80e733c3e9.tar.bz2
docs/index.html: add more information about finding the version
-rw-r--r--docs/index.html28
1 files changed, 27 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 7f11061..bf49d7b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -163,7 +163,33 @@
(commit message <i>build/roms/helper: add version information to CBFS</i>)
(or you have any <b>upstream</b> stable release of libreboot after 20150518), then you can
press C at the GRUB console, and use this command to find out what version of libreboot you have:<br/>
- <b>cat (cbfsdisk)/lbversion</b>
+ <b>cat (cbfsdisk)/lbversion</b><br/>
+ A file named <i>version</i> will also be included in the archives that you downloaded (if you are
+ using release archives).
+ </p>
+
+ <p>
+ For git, it's easy. Just check the git log.
+ </p>
+
+ <p>
+ For releases on or below 20150518, or snapshots generated from the git repository below 127 commits
+ after 20150518, you can find a file named <i>commitid</i> inside the archives. If you are using
+ pre-built ROM images from the libreboot project, you can press C in GRUB for access to the terminal,
+ and then run this command:<br/>
+ <b>lscoreboot</b><br/>
+ You may find a date in here, detailing when that ROM image was built. For pre-built images distributed
+ by the libreboot project, this is a rough approximation of what version you have, because the version
+ numbers are dated, and the release archives are typically built on the same day as the release.
+ </p>
+
+ <p>
+ You can also check the documentation that came with your archives, and in <i>docs/release.html</i> will be
+ the information about the version of libreboot that you are using.
+ </p>
+
+ <p>
+ Generally speaking, it is advisable to use the latest version of libreboot.
</p>
</div>