no longer need to reboot into bootloader to lock

This commit is contained in:
Daniel Micay 2019-06-26 15:27:08 -04:00
parent 628c737eee
commit 6b0fbb7a51

View File

@ -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>