Lomiri

Overview of all Lomiri keys:

<devicename>:
  supportsRebootToRecovery: <true/false>

Нюанси пристрою

Ключ

Опис

Параметр(и)

supportsRebootToRecovery

Whether the device can be rebooted into a recovery system

true, false

Reboot to recovery

When enabled, Lomiri offers a «Restart to Recovery» entry in the power dialog. The entry is additionally gated by a user opt-in GSettings key, so it is hidden by default even on devices supporting it.

The key defaults to true in the halium config, as Halium devices need a working recovery to receive system-image updates. Set it to false only on devices without a recovery target that can be rebooted into.

Приклади

Device sample without a bootable recovery:

Файл з налаштуваннями:

$ cat /etc/deviceinfo/devices/sample.yaml
sample:
  supportsRebootToRecovery: false