.. _DeviceInfo_Lomiri: Lomiri ====== Overview of all Lomiri keys:: : supportsRebootToRecovery: Device quirks ------------- ======================== ========================================================== ============== Key Description Value(s) ======================== ========================================================== ============== 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. Examples -------- Device ``sample`` without a bootable recovery: Config file:: $ cat /etc/deviceinfo/devices/sample.yaml sample: supportsRebootToRecovery: false