Merge pull request #3250 from ericcurtin/minor-bootloader-doc-change

docs: make /ostree/root.X clearer as symlinks
This commit is contained in:
Colin Walters 2024-05-22 20:08:27 -04:00 committed by GitHub
commit 1ab70be76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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