summaryrefslogtreecommitdiff
path: root/docs/DISCOVERABLE_PARTITIONS.md
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-23 09:14:51 +0200
committerGitHub <noreply@github.com>2022-05-23 09:14:51 +0200
commit2f9b7186e3b2a98c2cc6135f2321b36121182a63 (patch)
tree2bf77c87d2bb60db806d5f32a9b6b3535382dfaf /docs/DISCOVERABLE_PARTITIONS.md
parentd17c93a72b50b8cd56fb739e11385ad85b4a8df6 (diff)
parent8d9156660d6958c8d63b1d44692968f1b5d33920 (diff)
downloadsystemd-2f9b7186e3b2a98c2cc6135f2321b36121182a63.tar.gz
Merge pull request #23414 from keszybz/analyze-vercmp
systemd-analyze compare-versions
Diffstat (limited to 'docs/DISCOVERABLE_PARTITIONS.md')
-rw-r--r--docs/DISCOVERABLE_PARTITIONS.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/DISCOVERABLE_PARTITIONS.md b/docs/DISCOVERABLE_PARTITIONS.md
index 7dff359394..35d3739d25 100644
--- a/docs/DISCOVERABLE_PARTITIONS.md
+++ b/docs/DISCOVERABLE_PARTITIONS.md
@@ -332,11 +332,11 @@ directory is found to be populated already in the root partition, the automatic
discovery _must not_ mount any discovered file system over it. Optionally, in
case of the root, `/usr/` and their Verity partitions instead of strictly
mounting the first suitable partition an OS might choose to mount the partition
-whose label compares the highest according to `strverscmp()` or a similar
-logic, in order to implement a simple partition-based A/B versioning
-scheme. The precise rules are left for the implementation to decide, but when
-in doubt earlier partitions (by their index) should always win over later
-partitions if the label comparison is inconclusive.
+whose label compares the highest according to `strverscmp()` or similar logic,
+in order to implement a simple partition-based A/B versioning scheme. The
+precise rules are left for the implementation to decide, but when in doubt
+earlier partitions (by their index) should always win over later partitions if
+the label comparison is inconclusive.
A *container* *manager* should automatically discover and mount the root,
`/usr/`, `/home/`, `/srv/`, `/var/`, `/var/tmp/` partitions inside a container