From 47bc7332bc089022da61636fdf31af4711866420 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Mon, 14 Nov 2022 17:09:34 +0000 Subject: [PATCH] autoboot.txt - specifiy 0 for the default partition in reboot call --- documentation/asciidoc/computers/config_txt/autoboot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/autoboot.adoc b/documentation/asciidoc/computers/config_txt/autoboot.adoc index e749869ce..5e1c4ee7a 100644 --- a/documentation/asciidoc/computers/config_txt/autoboot.adoc +++ b/documentation/asciidoc/computers/config_txt/autoboot.adoc @@ -41,7 +41,7 @@ boot_partition=3 * System is powered on and boots to partition 2 by default. * An `Update Service` downloads the next version of the OS to partition 3. -* The update is tested by rebooting to partition 3 in `tryboot` mode `reboot "3 tryboot"` +* The update is tested by rebooting to `tryboot` mode `reboot "0 tryboot"` where `0` means the default partition. **Committing or cancelling the update**