]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: swap Name and Partition Type UUID in header 22579/head
authorMatthias Lisin <ml@visu.li>
Mon, 21 Feb 2022 01:46:57 +0000 (02:46 +0100)
committerMatthias Lisin <ml@visu.li>
Mon, 21 Feb 2022 01:46:57 +0000 (02:46 +0100)
docs/DISCOVERABLE_PARTITIONS.md
tools/list-discoverable-partitions.py

index f3fbe645adbe1c5378d93468246f30cba543d931..2d95ee449049b3b2d931fdaa2015d4f119aa45e7 100644 (file)
@@ -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 |
index 500c896c9dc376d4e0a0221f481fc5d37876ac62..37ccd273024301d76666a1509c2e5e19a1db514c 100644 (file)
@@ -6,8 +6,8 @@ import sys
 import uuid
 
 HEADER = f'''\
-| Partition Type UUID | Name | Allowed File Systems | Explanation |
-|---------------------|------|----------------------|-------------|
+| Name | Partition Type UUID | Allowed File Systems | Explanation |
+|------|---------------------|----------------------|-------------|
 '''
 
 ARCHITECTURES = {