summaryrefslogtreecommitdiff
path: root/static/install.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-20 14:34:49 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-20 14:34:49 -0500
commit1d3b52dd4549cd78fe0dffb2476471cec6c3bb62 (patch)
treed20b6d193e5fe9abc0cd905118dc334836b35612 /static/install.html
parent27652c4a148f0b60f678205fae30d7b894200502 (diff)
no need to specify OS partitions in install guide
Diffstat (limited to 'static/install.html')
-rw-r--r--static/install.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/static/install.html b/static/install.html
index 35dacd3f..a2dec4d0 100644
--- a/static/install.html
+++ b/static/install.html
@@ -369,11 +369,10 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
<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>
+ detect modifications to any of the OS partitions 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>In the bootloader interface, set it to locked:</p>