diff options
author | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-06-26 18:24:13 +0200 |
---|---|---|
committer | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-06-26 18:24:13 +0200 |
commit | b10bb838279c1fdd31fb832430b036940f457974 (patch) | |
tree | e87f1434413c89abad81a80df075a9547b8860f2 /docs | |
parent | 48712ec656f5a8a7473d47eda95e69eae3bdd74d (diff) | |
download | librebootfr-b10bb838279c1fdd31fb832430b036940f457974.tar.gz librebootfr-b10bb838279c1fdd31fb832430b036940f457974.zip |
Change space to non-breaking space U+00A0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install/index.md b/docs/install/index.md index d4ac2f13..c4ed5dc9 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -264,13 +264,13 @@ executables from the libreboot source code archives. How to update the flash chip contents: -`$ sudo ./flash update `[`yourrom.rom`](#rom) +`$ sudo ./flash update `[`yourrom.rom`](#rom) Ocassionally, coreboot changes the name of a given board. If flashrom complains about a board mismatch, but you are sure that you chose the correct ROM image, then run this alternative command: - `$ sudo ./flash forceupdate `[`yourrom.rom`](#rom) + `$ sudo ./flash forceupdate `[`yourrom.rom`](#rom) You should see `Verifying flash... VERIFIED.` written at the end of the flashrom output. *Shut down* after you see this, and then boot |