diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-08 02:55:24 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-08 02:55:24 +0000 |
commit | 068b8f582296224591200104ab6f92fac537078e (patch) | |
tree | 773c23010e54d2020f9dee9c2ecc694e32128992 /docs/install/index.html | |
parent | 32014c2b2f10a02bdd801c6db9cfe10ca6fe7733 (diff) | |
download | librebootfr-068b8f582296224591200104ab6f92fac537078e.tar.gz librebootfr-068b8f582296224591200104ab6f92fac537078e.zip |
various fixes for r20150208
Diffstat (limited to 'docs/install/index.html')
-rw-r--r-- | docs/install/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index 60d9a738..97462fd3 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -394,9 +394,11 @@ <b>$ sudo ./flash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> </p> <p> - If you are flashing a ThinkPad X60 that is currently running libreboot 5th release or lower - (anything on or before June 22nd 2014), then use this to upgrade:<br/> - <b>$ sudo ./x60flashfrom5 bin/<a href="#rom">YOURBOARD/YOURROM</a></b> + If you are sure that you are flashing the correct image but you get the error + <b>This coreboot image (LENOVO:ThinkPad X60) does not appear to be correct for the detected mainboard (Lenovo:ThinkPad X60 / X60s / X60t) or + similar (if it's a different board), then do</b>: + <br/> + <b>$ sudo ./forceflash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> </p> <div class="important"> |