summaryrefslogtreecommitdiff
path: root/static/install.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-06-26 15:27:08 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-06-26 15:27:08 -0400
commit6b0fbb7a5142a17ce0fcde2608070f7bfa277739 (patch)
tree94946c19a277fa6bbc5278a591e17f968c3dcb65 /static/install.html
parent628c737eeeae25534a18926026684c38d80e1092 (diff)
no longer need to reboot into bootloader to lock
Diffstat (limited to 'static/install.html')
-rw-r--r--static/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html
index e3faa9d4..41cca568 100644
--- a/static/install.html
+++ b/static/install.html
@@ -121,7 +121,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 interface and set it to locked:</p>
+ <p>In the bootloader interface, 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>