use consistent naming for bootloader interface

This commit is contained in:
Daniel Micay 2021-02-17 11:21:23 -05:00
parent 9715a2dc31
commit 102db4cf02
3 changed files with 13 additions and 12 deletions

View File

@ -289,7 +289,7 @@ Installed as /home/username/platform-tools/fastboot</pre>
to hold the volume down button while the phone boots.</p> to hold the volume down button while the phone boots.</p>
<p>The easiest way to do this is to reboot the phone and begin holding volume down <p>The easiest way to do this is to reboot the phone and begin holding volume down
until it boots up into the bootloader menu.</p> until it boots up into the bootloader interface.</p>
<p>Alternatively, turn off the phone, and then boot it up while holding volume <p>Alternatively, turn off the phone, and then boot it up while holding volume
down during the boot process. You can either boot it with the power button or by down during the boot process. You can either boot it with the power button or by
@ -424,8 +424,8 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.07.17.zip.sig</p
OS, rebooting into the userspace fastboot mode, flashing the rest of the OS and OS, rebooting into the userspace fastboot mode, flashing the rest of the OS and
finally rebooting back into the bootloader interface. Avoid interacting with the finally rebooting back into the bootloader interface. Avoid interacting with the
device until the flashing script is finished and the device is back at the device until the flashing script is finished and the device is back at the
bootloader menu. Then, proceed to <a href="#locking-the-bootloader">locking the bootloader interface. Then, proceed to <a href="#locking-the-bootloader">locking
bootloader</a> before using the device as locking wipes the data again.</p> the bootloader</a> before using the device as locking wipes the data again.</p>
<section id="troubleshooting"> <section id="troubleshooting">
<h3><a href="#troubleshooting">Troubleshooting</a></h3> <h3><a href="#troubleshooting">Troubleshooting</a></h3>
@ -472,8 +472,8 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.07.17.zip.sig</p
<h3><a href="#booting">Booting</a></h3> <h3><a href="#booting">Booting</a></h3>
<p>You've now successfully installed GrapheneOS and can boot it. Pressing the <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 power button with the default Start option selected in the bootloader
will boot the OS.</p> interface will boot the OS.</p>
</section> </section>
<section id="disabling-oem-unlocking"> <section id="disabling-oem-unlocking">

View File

@ -164,7 +164,7 @@
to hold the volume down button while the phone boots.</p> to hold the volume down button while the phone boots.</p>
<p>The easiest way to do this is to reboot the phone and begin holding volume down <p>The easiest way to do this is to reboot the phone and begin holding volume down
until it boots up into the bootloader menu.</p> until it boots up into the bootloader interface.</p>
<p>Alternatively, turn off the phone, and then boot it up while holding volume <p>Alternatively, turn off the phone, and then boot it up while holding volume
down during the boot process. You can either boot it with the power button or by down during the boot process. You can either boot it with the power button or by
@ -222,13 +222,14 @@
<button id="flash-release-button" disabled="disabled">Flash release</button> <button id="flash-release-button" disabled="disabled">Flash release</button>
<p>Wait for the flashing process to complete. It will automatically handle <p>Wait for the flashing process to complete. It will automatically handle
flashing the firmware, rebooting into the bootloader interface, flashing the core flashing the firmware, rebooting into the bootloader interface, flashing the core
OS, rebooting into the userspace fastboot mode, flashing the rest of the OS and OS, rebooting into the userspace fastboot mode, flashing the rest of the OS and
finally rebooting back into the bootloader interface. Avoid interacting with the finally rebooting back into the bootloader interface. Avoid interacting with the
device until flashing is finished and the device is back at the bootloader menu. device until the flashing script is finished and the device is back at the
Then, proceed to <a href="#locking-the-bootloader">locking the bootloader</a> bootloader interface. Then, proceed to <a href="#locking-the-bootloader">locking
before using the device as locking wipes the data again.</p> the bootloader</a> before using the device as locking wipes the data again.</p>
<p id="flash-release-status-container" hidden="hidden"> <p id="flash-release-status-container" hidden="hidden">
<strong id="flash-release-status"></strong> <strong id="flash-release-status"></strong>
@ -268,8 +269,8 @@
<h3><a href="#booting">Booting</a></h3> <h3><a href="#booting">Booting</a></h3>
<p>You've now successfully installed GrapheneOS and can boot it. Pressing the <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 power button with the default Start option selected in the bootloader
will boot the OS.</p> interface will boot the OS.</p>
</section> </section>
<section id="disabling-oem-unlocking"> <section id="disabling-oem-unlocking">

View File

@ -183,7 +183,7 @@
<p>To install one by sideloading, first, boot into recovery. You may do this either by <p>To install one by sideloading, first, boot into recovery. You may do this either by
using <code>adb reboot recovery</code> from the operating system, or by selecting the using <code>adb reboot recovery</code> from the operating system, or by selecting the
"Recovery" option in the bootloader menu.</p> "Recovery" option in the bootloader interface.</p>
<p>You should see the green Android lying on its back being repaired, with the text "No <p>You should see the green Android lying on its back being repaired, with the text "No
command" meaning that no command has been passed to recovery.</p> command" meaning that no command has been passed to recovery.</p>