diff options
author | Leah Rowe <info@minifree.org> | 2018-06-26 16:52:37 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-06-26 16:52:37 +0000 |
commit | 4b3453611d8edd2a1e11e5a497f992b4777ecad5 (patch) | |
tree | 2390cf3e04f02949c43a4ff715c14f523c5c97fb /docs/install | |
parent | 40ab88187f77400c3aac7c16e45a43ab3dfdc8eb (diff) | |
parent | b10bb838279c1fdd31fb832430b036940f457974 (diff) | |
download | librebootfr-4b3453611d8edd2a1e11e5a497f992b4777ecad5.tar.gz librebootfr-4b3453611d8edd2a1e11e5a497f992b4777ecad5.zip |
Merge branch 'swift-nbsp' of swiftgeek/libreboot into master
Diffstat (limited to 'docs/install')
-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 6cefad56..52ca1380 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 |