diff options
| -rw-r--r-- | static/install.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index b29129cc..06411269 100644 --- a/static/install.html +++ b/static/install.html @@ -82,6 +82,7 @@ <li> <a href="#post-installation">Post-installation</a> <ul> + <li><a href="#booting">Booting</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="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></li> @@ -400,6 +401,14 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <section id="post-installation"> <h2><a href="#post-installation">Post-installation</a></h2> + <section id="booting"> + <h3><a href="#booting">Booting</a></h3> + + <p>You've now successfully installed GrapheneOS and can boot it. Pressing the + power button with the default Start option selected in the bootloader menu + will boot the OS.</p> + </section> + <section id="disabling-oem-unlocking"> <h3><a href="#disabling-oem-unlocking">Disabling OEM unlocking</a></h3> |
