Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b03ca42d authored by Pranav's avatar Pranav
Browse files

Merge branch 'fix-alignment-install-page-generic' into 'master'

Fixed alignment issues on generic install page

See merge request e/documentation/user!949
parents 5da4a41b d874852d
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -7,10 +7,9 @@
## Installing a custom recovery using `fastboot`
1. Before proceeding ensure you have downloaded the custom recovery from the link given in the Download section above

1. Connect your device to your PC via USB.
2. Connect your device to your PC via USB.


1. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
3. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
    ```
    adb reboot bootloader
    ```
@@ -19,14 +18,15 @@
    * {% t devices.with_the_device_powered_off %}
    * {% t device.download_boot %}
{% endif %}
4. Once the device is in fastboot mode, verify your PC finds it by typing:

4. Once the device is in fastboot mode, verify your PC finds it by typing:
```
fastboot devices
```
{% include alerts/tip.html content="If you see `no permissions fastboot` while on Linux or macOS, try running fastboot as root"%}
{% include alerts/tip.html content="Some devices have buggy USB support while in bootloader mode. If fastboot hangs with no output when using commands such as `fastboot getvar` .. , `fastboot boot` ..., `fastboot flash` ... try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub"%}

5. Flash a recovery image onto your device by typing
5. Flash a recovery image onto your device by typing
{% if device.recovery_install_command %}
```
{{ device.recovery_install_command }} recoveryfilename.img
@@ -52,9 +52,7 @@ fastboot flash recovery recoveryfilename.img

{% endif %}



6. Now reboot into recovery to verify the installation:
6. Now reboot into recovery to verify the installation:
  * {% t devices.with_the_device_powered_off %}
  * {% t device.recovery_boot %}