b74673ae02
Revert config_abRebootReason back to the config_use_tryboot boolean now that A/B uses RPi tryboot (a safe trial that reverts to the active slot on failure). No behavior change on devices that leave it false.
10 lines
264 B
XML
10 lines
264 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: oxmc / PawletOS
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<bool name="config_hideRecoveryUpdate">false</bool>
|
|
<bool name="config_use_tryboot">false</bool>
|
|
</resources>
|