diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-11 01:50:02 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-11 01:50:02 +0100 |
commit | 403c9223c53559e89a5cfd10260be9aa93fe4fdb (patch) | |
tree | e6210110d7e151da178fa855e1c71990150e4f57 | |
parent | 88f3dd258954126b209c9ddf5565c7ced628194a (diff) | |
download | librebootfr-403c9223c53559e89a5cfd10260be9aa93fe4fdb.tar.gz librebootfr-403c9223c53559e89a5cfd10260be9aa93fe4fdb.zip |
docs/install/index.html: Notes about mistake in flashing script
-rw-r--r-- | docs/install/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index 1a0f1dbf..5085df64 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -282,7 +282,16 @@ </p> <div class="important"> - + + <p> + <b> + If you're using libreboot 20150518, note that there is a mistake in the flashing script. + Apply this patch to the BASH script named <i>flash</i> (this is the script for flashing + libreboot into your X60): <a href="x60flashscript.patch">x60flashscript.patch</a>. + This patch is merged in the main git repository, and in all releases after 20150518. + </b> + </p> + <p> The first half of the procedure is as follows:<br/> $ <b>sudo ./flash i945lenovo_firstflash <a href="#rom">yourrom.rom</a>.</b> |