contain post-installation in a top-level section

This commit is contained in:
Daniel Micay 2020-12-20 14:42:10 -05:00
parent ba14079be6
commit 0aca860d3b

View File

@ -75,10 +75,15 @@
</ul> </ul>
</li> </li>
<li><a href="#locking-the-bootloader">Locking the bootloader</a></li> <li><a href="#locking-the-bootloader">Locking the bootloader</a></li>
<li>
<a href="#post-installation">Post-installation</a>
<ul>
<li><a href="#disabling-oem-unlocking">Disabling OEM unlocking</a></li> <li><a href="#disabling-oem-unlocking">Disabling OEM unlocking</a></li>
<li><a href="#verifying-installation">Verifying installation</a></li> <li><a href="#verifying-installation">Verifying installation</a></li>
<li><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></li> <li><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></li>
</ul> </ul>
</li>
</ul>
</nav> </nav>
<section id="prerequisites"> <section id="prerequisites">
@ -381,15 +386,18 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
<p>The command needs to be confirmed on the device and will wipe all data.</p> <p>The command needs to be confirmed on the device and will wipe all data.</p>
</section> </section>
<section id="post-installation">
<h2><a href="#post-installation">Post-installation</a></h2>
<section id="disabling-oem-unlocking"> <section id="disabling-oem-unlocking">
<h2><a href="#disabling-oem-unlocking">Disabling OEM unlocking</a></h2> <h3><a href="#disabling-oem-unlocking">Disabling OEM unlocking</a></h3>
<p>OEM unlocking can be disabled again in the developer settings menu within the <p>OEM unlocking can be disabled again in the developer settings menu within the
operating system after booting it up again.</p> operating system after booting it up again.</p>
</section> </section>
<section id="verifying-installation"> <section id="verifying-installation">
<h2><a href="#verifying-installation">Verifying installation</a></h2> <h3><a href="#verifying-installation">Verifying installation</a></h3>
<p>Verified boot authenticates and validates the firmware images and OS from the <p>Verified boot authenticates and validates the firmware images and OS from the
hardware root of trust. Since GrapheneOS supports full verified boot, the OS images hardware root of trust. Since GrapheneOS supports full verified boot, the OS images
@ -416,7 +424,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
</section> </section>
<section id="replacing-grapheneos-with-the-stock-os"> <section id="replacing-grapheneos-with-the-stock-os">
<h2><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></h2> <h3><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></h3>
<p>Installation of the stock OS via the stock factory images is the same process <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 described above. However, before locking, there's an additional step to fully revert
@ -429,6 +437,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
<pre>fastboot erase avb_custom_key</pre> <pre>fastboot erase avb_custom_key</pre>
</section> </section>
</section>
</main> </main>
<footer> <footer>
<a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>