summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-29 07:06:30 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-29 08:05:32 -0400
commit602223f54dac2f3daf14b53b552e552c750a58f1 (patch)
tree645f2a0381002d293470d9a6115838e112d8d694
parent2d9031cb3a08249ea1dc14bca670b46ed97f7146 (diff)
use consistent terminology
-rw-r--r--static/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install.html b/static/install.html
index 8ae4aa2e..41f60d30 100644
--- a/static/install.html
+++ b/static/install.html
@@ -96,7 +96,7 @@ gpg --verify blueline-factory-2019.04.01.19.zip.sig blueline-factory-2019.04.01.
Flashing factory images
<a href="#flashing-factory-images">ΒΆ</a>
</h2>
- <p>Reboot into the bootloader menu to begin the flashing procedure.</p>
+ <p>Reboot into the bootloader interface to begin the flashing procedure.</p>
<p>Next, extract the factory images and run the script to flash them. Note that the
<code>fastboot</code> command run by the flashing script requires a fair bit of free
space in a temporary directory, which defaults to <code>/tmp</code>:<p>
@@ -122,7 +122,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
detected, error correction data is used to attempt to obtain the original data at
which point it's verified again which makes verified boot robust to non-malicious
corruption.</p>
- <p>Reboot into the bootloader menu and set it to locked:</p>
+ <p>Reboot into the bootloader interface and set it to locked:</p>
<pre>fastboot flashing lock</pre>
<p>The command needs to be confirmed on the device since it needs to perform a factory
reset.</p>