Closed ungeskriptet closed 2 years ago
Does the device already have a new recovery, which sets ro.ubuntu.recovery?
ro.ubuntu.recovery
If it has, you should set:
- actions: - systemimage:install: verify_recovery: true
Reference: https://github.com/ubports/installer-configs/blob/c5134298e2002f7284fc6b2663435971e43b5d54/v2/devices/axolotl.yml#L210
and compatible_installer needs to be bumped: compatible_installer: ">=0.9.4-beta"
compatible_installer
compatible_installer: ">=0.9.4-beta"
It it has not, it is highly recommended to do so :)
@Flohack74 could you have a look, please?
Does the device already have a new recovery, which sets
ro.ubuntu.recovery
?If it has, you should set:
Reference: https://github.com/ubports/installer-configs/blob/c5134298e2002f7284fc6b2663435971e43b5d54/v2/devices/axolotl.yml#L210
and
compatible_installer
needs to be bumped:compatible_installer: ">=0.9.4-beta"
It it has not, it is highly recommended to do so :)