summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-01 14:32:13 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-01 14:32:33 -0400
commitfd3881067f36ec561e49a02b2311014a0132df2b (patch)
treeca09f6264519a1b1f456ccd9f44920b874b28d15
parent7f69ddf008b73ee3cd2238b7beda0a0a60544dd7 (diff)
add more newlines to install guide source
-rw-r--r--static/install.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html
index 09cf2896..3f1e1148 100644
--- a/static/install.html
+++ b/static/install.html
@@ -306,6 +306,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
<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>
@@ -352,10 +353,12 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
<p>Installation of the stock OS via the stock factory images is the same process
described above. However, before locking, there's an additional step to fully revert
the device to a clean factory state.</p>
+
<p>The GrapheneOS factory images flash a non-stock Android Verified Boot key which
needs to be erased to fully revert back to a stock device state. After flashing the
stock factory images and before locking the bootloader, you should erase the custom
Android Verified Boot key to untrust it:</p>
+
<pre>fastboot erase avb_custom_key</pre>
</div>
<footer>