diff options
author | Matthias Lisin <ml@visu.li> | 2022-02-21 02:46:57 +0100 |
---|---|---|
committer | Matthias Lisin <ml@visu.li> | 2022-02-21 02:46:57 +0100 |
commit | 7d5beae28ca75725a680b0ab3ef5728a252282e5 (patch) | |
tree | beca97d0295f6ac97bf322f3c75b5b429d836d24 /docs/DISCOVERABLE_PARTITIONS.md | |
parent | tools: adjust re.match to recent gpt.h additions (diff) | |
download | systemd-7d5beae28ca75725a680b0ab3ef5728a252282e5.tar.xz systemd-7d5beae28ca75725a680b0ab3ef5728a252282e5.zip |
docs: swap Name and Partition Type UUID in header
Diffstat (limited to 'docs/DISCOVERABLE_PARTITIONS.md')
-rw-r--r-- | docs/DISCOVERABLE_PARTITIONS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DISCOVERABLE_PARTITIONS.md b/docs/DISCOVERABLE_PARTITIONS.md index f3fbe645ad..2d95ee4490 100644 --- a/docs/DISCOVERABLE_PARTITIONS.md +++ b/docs/DISCOVERABLE_PARTITIONS.md @@ -40,8 +40,8 @@ Interface](https://systemd.io/BOOT_LOADER_INTERFACE). ## Defined Partition Type UUIDs -| Partition Type UUID | Name | Allowed File Systems | Explanation | -|---------------------|------|----------------------|-------------| +| Name | Partition Type UUID | Allowed File Systems | Explanation | +|------|---------------------|----------------------|-------------| | _Root Partition (Alpha)_ | `6523f8ae-3eb1-4e2a-a05a-18b695ae656f` | Any native, optionally in LUKS | On systems with matching architecture, the first partition with this type UUID on the disk containing the active EFI ESP is automatically mounted to the root directory <tt>/</tt>. If the partition is encrypted with LUKS or has dm-verity integrity data (see below), the device mapper file will be named `/dev/mapper/root`. | | _Root Partition (ARC)_ | `d27f46ed-2919-4cb8-bd25-9531f3c16534` | ditto | ditto | | _Root Partition (32-bit ARM)_ | `69dad710-2ce4-4e3c-b16c-21a1d49abed3` | ditto | ditto | |