From 5d5d0a68d95410d110bf67c0f9526b42ec01743b Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Fri, 15 Feb 2019 13:53:42 +0100 Subject: doc: bootchooser: explicitly note configuration vs. storage backend It is quite confusing for some users sometimes where to set what. Signed-off-by: Enrico Jorns Signed-off-by: Sascha Hauer --- Documentation/user/bootchooser.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/user/bootchooser.rst') diff --git a/Documentation/user/bootchooser.rst b/Documentation/user/bootchooser.rst index 667ab7d736..f1251d0c2e 100644 --- a/Documentation/user/bootchooser.rst +++ b/Documentation/user/bootchooser.rst @@ -11,6 +11,11 @@ from scratch over and over again. The *bootchooser* works on abstract boot targets, each with a set of properties and implements an algorithm which selects the highest priority target to boot. +To make the *bootchooser* work requires a fixed set of configuration parameters +and a storage backend for saving status information. +Currently supported storage backends are either nv variables or the +barebox *state* framework. + Bootchooser Targets ------------------- -- cgit v1.2.3