From 309f77c33a95ce4e23a5c63b5904a7847d1b6347 Mon Sep 17 00:00:00 2001 From: Martin Schwan Date: Wed, 4 Jun 2025 14:15:30 +0200 Subject: doc: Add description for bootmeth rauc Add documentation for the bootmeth "rauc", which boots an A/B system with RAUC from MMC. Signed-off-by: Martin Schwan --- doc/develop/bootstd/overview.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/develop/bootstd/overview.rst') diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index 9fe5630ab16..0a237359575 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -443,6 +443,7 @@ Bootmeth drivers are provided for booting from various media: - :doc:`extlinux / syslinux ` boot from a storage device - :doc:`extlinux / syslinux ` boot from a network (PXE) - :doc:`sandbox ` used only for testing + - :doc:`RAUC distro `: A/B system with RAUC from MMC - :doc:`U-Boot scripts