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 <ecurtin@redhat.com>
This commit is contained in:
Eric Curtin 2024-05-21 15:01:56 +01:00
parent 64a09da0eb
commit bee18edfbc

View File

@ -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 | | | | |
+-----------------------------+ +------------------+ | |