diff options
author | Swift Geek <swiftgeek@gmail.com> | 2017-09-05 03:49:04 +0000 |
---|---|---|
committer | Swift Geek <swiftgeek@gmail.com> | 2017-09-05 03:49:04 +0000 |
commit | 8c197079a95e5f572888e0af06f67611070039ee (patch) | |
tree | 69a516dbd64a3fc42daf90d7e727f216d7ea9408 | |
parent | 225a55c36163b9c14e1145bf1f67128f5beebafe (diff) | |
download | librebootfr-8c197079a95e5f572888e0af06f67611070039ee.tar.gz librebootfr-8c197079a95e5f572888e0af06f67611070039ee.zip |
Formatting workaround
Removes unnecessary backticks and workarounds inability to use links inside code blocks
-rw-r--r-- | docs/install/index.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/install/index.md b/docs/install/index.md index 70dd554e..f2a70112 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 @@ -303,7 +303,7 @@ the flashing script. do this: * The first half of the procedure is as follows: - $ sudo ./flash i945lenovo\_firstflash [yourrom.rom](#rom). +`$ sudo ./flash i945lenovo_firstflash `[`yourrom.rom`](#rom) You should see within the output the following: @@ -330,13 +330,11 @@ needed (see below). When you have booted up again, you must also do this: - $ sudo ./flash i945lenovo\_secondflash [yourrom.rom](#rom) +`$ sudo ./flash i945lenovo_secondflash `[`yourrom.rom`](#rom) If flashing fails at this stage, try the following: - # sudo ./flashrom/i686/flashrom -p - -internal:laptop=force\_I\_want\_a\_brick -w [yourrom.rom](#rom) +`$ sudo ./flashrom/i686/flashrom -p internal:laptop=force_I_want_a_brick -w `[`yourrom.rom`](#rom) You should see within the output the following: @@ -372,7 +370,7 @@ with your device. Use this flashing script, to install libreboot: - $ sudo ./flash i945apple\_firstflash [yourrom.rom](#rom) +`$ sudo ./flash i945apple_firstflash `[`yourrom.rom`](#rom) You should also see within the output the following: |