From: Eric Curtin Date: Tue, 21 May 2024 14:01:56 +0000 (+0100) Subject: docs: make /ostree/root.X clearer as symlinks X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~1^2~16^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bee18edfbcdcb0523669dd27fb81aad383002781;p=ostree.git docs: make /ostree/root.X clearer as symlinks Feedback from Alexander Larsson before Linaro Connect talk which used this diagram. Signed-off-by: Eric Curtin --- diff --git a/docs/bootloaders.md b/docs/bootloaders.md index 56ed9fcf..b611ee9a 100644 --- a/docs/bootloaders.md +++ b/docs/bootloaders.md @@ -45,11 +45,11 @@ We have two accompanying scripts that work with this type of environment: +-----------------------------+ +------------------+ | | | bootloader_a appends karg: | | | | | | +--->+ boot_a partition +--->+ | -| androidboot.slot_suffix=_a | | | | /ostree/root.a | +| androidboot.slot_suffix=_a | | | | /ostree/root.a -> ... | +-----------------------------+ +------------------+ | | | system partition | +-----------------------------+ +------------------+ | | -| bootloader_b appends karg: | | | | /ostree/root.b | +| bootloader_b appends karg: | | | | /ostree/root.b -> ... | | +--->+ boot_b partition +--->+ | | androidboot.slot_suffix=_b | | | | | +-----------------------------+ +------------------+ | |