[PATCH 6/9] doc: bootchooser: rephrase global.bootchooser.reset_priorities description
Bastian Krause
bst at pengutronix.de
Mon Mar 31 05:49:29 PDT 2025
Signed-off-by: Bastian Krause <bst at pengutronix.de>
---
Documentation/user/bootchooser.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/user/bootchooser.rst b/Documentation/user/bootchooser.rst
index d3469e7480a..01c5c86edb6 100644
--- a/Documentation/user/bootchooser.rst
+++ b/Documentation/user/bootchooser.rst
@@ -145,11 +145,11 @@ options not specific to any boot target.
* ``all-zero``: If the ``remaining_attempts`` counters of all enabled targets
are zero.
``global.bootchooser.reset_priorities``
- A space-separated list of events that cause *bootchooser* to reset the priorities of
- all boot targets. Possible values:
+ A space-separated list of conditions (checked during bootchooser start) that
+ shall cause the ``priority`` of all boot targets to be reset. Possible values:
- * empty: priorities will never be reset
- * ``all-zero``: priorities will be reset when all targets have zero priority
+ * empty: Priorities will never be reset.
+ * ``all-zero``: If all boot targets have zero ``priority``.
``global.bootchooser.retry``
If set to 1, *bootchooser* retries booting until one succeeds or no more valid
boot targets exist.
--
2.39.5
More information about the barebox
mailing list