From bee18edfbcdcb0523669dd27fb81aad383002781 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 21 May 2024 15:01:56 +0100 Subject: [PATCH] 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 --- docs/bootloaders.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bootloaders.md b/docs/bootloaders.md index 56ed9fcf19..b611ee9aaa 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 | | | | | +-----------------------------+ +------------------+ | |