From 463610e5b831812d9c0e0557aa23525cfdd81ef8 Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Fri, 15 Feb 2019 13:53:45 +0100 Subject: doc: bootchooser: note how to actually start the bootchooser Signed-off-by: Enrico Jorns Signed-off-by: Sascha Hauer --- Documentation/user/bootchooser.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Documentation') diff --git a/Documentation/user/bootchooser.rst b/Documentation/user/bootchooser.rst index 7d7564b552..0c5e56407a 100644 --- a/Documentation/user/bootchooser.rst +++ b/Documentation/user/bootchooser.rst @@ -16,6 +16,17 @@ and a storage backend for saving status information. Currently supported storage backends are either nv variables or the barebox *state* framework. +The *Bootchooser* itself is executed as a normal barebox boot target, i.e. one +can start it via:: + + boot bootchooser + +or by e.g. setting ``boot.default`` to ``bootchooser``. + +.. note:: As ``boot.default`` accepts multiple values, it can also be used to + specify a fallback boot target in case the bootchooser fails booting, e.g. + ``bootchooser recovery``. + Bootchooser Targets ------------------- -- cgit v1.2.3