summaryrefslogtreecommitdiff
path: root/static/install.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-01 03:54:29 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-01 03:54:29 -0400
commitdc67ec869022b831852029a6cec40c7a955a5f50 (patch)
tree65cf48b08fcaab2d2dfebad2f6111747d52b7675 /static/install.html
parent9fd48da8ab4b237cc45229a778b69b7f140e470a (diff)
product is an OS partition too
Diffstat (limited to 'static/install.html')
-rw-r--r--static/install.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/static/install.html b/static/install.html
index 790d0fd3..eb050a91 100644
--- a/static/install.html
+++ b/static/install.html
@@ -77,11 +77,12 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
<p>You should now proceed to locking the bootloader before using the device as locking
wipes the data again.</p>
<h2>Locking the bootloader</h2>
- <p>Locking the bootloader is important as it enables full verified boot. It also prevents using
- fastboot to flash, format or erase partitions. Verified boot will detect modifications to any of
- the OS partitions (vbmeta, boot/dtbo, system, vendor) and it will prevent reading any modified /
- corrupted data. If changes are 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
+ <p>Locking the bootloader is important as it enables full verified boot. It also
+ prevents using fastboot to flash, format or erase partitions. Verified boot will
+ detect modifications to any of the OS partitions (vbmeta, boot/dtbo, product, system,
+ vendor) and it will prevent reading any modified / corrupted data. If changes are
+ 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>
<pre>fastboot flashing lock</pre>