diff options
| -rw-r--r-- | static/install.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index d8fc0d2b..ce065c4a 100644 --- a/static/install.html +++ b/static/install.html @@ -209,7 +209,9 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <p>You should now proceed to locking the bootloader before using the device as locking wipes the data again.</p> <p>On current generation devices like the Pixel 3, Pixel 3 XL, Pixel 3a and Pixel 3a - XL, you'll need to reboot from the userspace fastbootd mode to the bootloader.</p> + XL, you'll need to reboot from the userspace fastbootd mode to the bootloader by + selecting <code>Reboot to bootloader</code> from the fastbootd menu using the volume + keys and the power button in order to continue the installation.</p> <h2 id="locking-the-bootloader"> <a href="#locking-the-bootloader">Locking the bootloader</a> </h2> |
