Skip to content

Commit a75e373

Browse files
committed
snippets: recovery_reboot: Clarify how to navigate fastboot menu
Change-Id: Iafe62a0acb325af329965d0284594ff2c57c33e7
1 parent 4298527 commit a75e373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/snippets/recovery_reboot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{%- case device.recovery_reboot %}
22
{%- when 'fastboot_menu' %}
33
Use the menu to navigate to and to select the `Recovery` option.
4+
{% include alerts/note.html content="Please note that on most devices you'll need to use the <kbd>Volume Buttons</kbd> to cycle onscreen options and the <kbd>Power Button</kbd> to select (Mobile), or by short pressing the <kbd>Side Button</kbd> to cycle onscreen options and by long pressing the <kbd>Side Button</kbd> to select (Android TV)." %}
45
{%- when 'fastboot_boot' %}
56
```
67
fastboot boot {{ device.recovery_partition_name }}.img

0 commit comments

Comments
 (0)