diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-29 01:03:06 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-29 01:03:06 -0500 |
| commit | 0930dec7342f0095cacddb90a2d2fa42dd5a9288 (patch) | |
| tree | fafdf64f5f395e511dd76848eafec68352d66cba /static/install.html | |
| parent | 711a6c43efaec474fb5d2c51dff19a540b9fb652 (diff) | |
add booting section to install guide
Diffstat (limited to 'static/install.html')
| -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> |
