From: Pyfisch Date: Fri, 14 Oct 2022 19:32:47 +0000 (+0200) Subject: Update list of partition type identifiers X-Git-Tag: v252-rc2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b45b4f50081bde0836b42ca400480d2e051531ad;p=thirdparty%2Fsystemd.git Update list of partition type identifiers Include verity sig partition identifiers. List all supported CPU architectures. --- diff --git a/man/repart.d.xml b/man/repart.d.xml index eec48fb5690..ebbb31cc20e 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -74,8 +74,17 @@ Type= The GPT partition type UUID to match. This may be a GPT partition type UUID such as - 4f68bce3-e8cd-4db1-96e7-fbcaf984b709, or one of the following special - identifiers: + 4f68bce3-e8cd-4db1-96e7-fbcaf984b709, or an identifier. + Architecture specific partition types can use one of these architecture identifiers: + alpha, arc, arm (32bit), + arm64 (64bit, aka aarch64), ia64, + loongarch64, mips-le, mips64-le, + parisc, ppc, ppc64, + ppc64-le, riscv32, riscv64, + s390, s390x, tilegx, + x86 (32bit, aka i386) and x86-64 (64bit, aka amd64). + + The supported identifiers are: GPT partition type identifiers @@ -142,6 +151,11 @@ Verity data for the root file system partition for the local architecture + + root-verity-sig + Verity signature data for the root file system partition for the local architecture + + root-secondary Root file system partition of the secondary architecture of the local architecture (usually the matching 32bit architecture for the local 64bit architecture) @@ -153,83 +167,23 @@ - root-x86 - Root file system partition for the x86 (32bit, aka i386) architecture - - - - root-x86-verity - Verity data for the x86 (32bit) root file system partition - - - - root-x86-64 - Root file system partition for the x86_64 (64bit, aka amd64) architecture - - - - root-x86-64-verity - Verity data for the x86_64 (64bit) root file system partition - - - - root-arm - Root file system partition for the ARM (32bit) architecture - - - - root-arm-verity - Verity data for the ARM (32bit) root file system partition - - - - root-arm64 - Root file system partition for the ARM (64bit, aka aarch64) architecture - - - - root-arm64-verity - Verity data for the ARM (64bit, aka aarch64) root file system partition - - - - root-ia64 - Root file system partition for the ia64 architecture - - - - root-ia64-verity - Verity data for the ia64 root file system partition - - - - root-loongarch64 - Root file system partition for the LoongArch 64-bit architecture - - - - root-loongarch64-verity - Verity data for the LoongArch 64-bit root file system partition - - - - root-riscv32 - Root file system partition for the RISC-V 32-bit architecture + root-secondary-verity-sig + Verity signature data for the root file system partition of the secondary architecture - root-riscv32-verity - Verity data for the RISC-V 32-bit root file system partition + root-{arch} + Root file system partition of the given architecture (such as root-x86-64 or root-riscv64) - root-riscv64 - Root file system partition for the RISC-V 64-bit architecture + root-{arch}-verity + Verity data for the root file system partition of the given architecture - root-riscv64-verity - Verity data for the RISC-V 64-bit root file system partition + root-{arch}-verity-sig + Verity signature data for the root file system partition of the given architecture @@ -242,6 +196,11 @@ Verity data for the /usr/ file system partition for the local architecture + + usr-verity-sig + Verity signature data for the /usr/ file system partition for the local architecture + + usr-secondary /usr/ file system partition of the secondary architecture of the local architecture (usually the matching 32bit architecture for the local 64bit architecture) @@ -253,83 +212,23 @@ - usr-x86 - /usr/ file system partition for the x86 (32bit, aka i386) architecture - - - - usr-x86-verity - Verity data for the x86 (32bit) /usr/ file system partition - - - - usr-x86-64 - /usr/ file system partition for the x86_64 (64bit, aka amd64) architecture - - - - usr-x86-64-verity - Verity data for the x86_64 (64bit) /usr/ file system partition - - - - usr-arm - /usr/ file system partition for the ARM (32bit) architecture - - - - usr-arm-verity - Verity data for the ARM (32bit) /usr/ file system partition - - - - usr-arm64 - /usr/ file system partition for the ARM (64bit, aka aarch64) architecture - - - - usr-arm64-verity - Verity data for the ARM (64bit, aka aarch64) /usr/ file system partition - - - - usr-ia64 - /usr/ file system partition for the ia64 architecture - - - - usr-ia64-verity - Verity data for the ia64 /usr/ file system partition - - - - usr-loongarch64 - /usr/ file system partition for the LoongArch 64-bit architecture - - - - usr-loongarch64-verity - Verity data for the LoongArch 64-bit /usr/ file system partition - - - - usr-riscv32 - /usr/ file system partition for the RISC-V 32-bit architecture + usr-secondary-verity-sig + Verity signature data for the /usr/ file system partition of the secondary architecture - usr-riscv32-verity - Verity data for the RISC-V 32-bit /usr/ file system partition + usr-{arch} + /usr/ file system partition of the given architecture - usr-riscv64 - /usr/ file system partition for the RISC-V 64-bit architecture + usr-{arch}-verity + Verity data for the /usr/ file system partition of the given architecture - usr-riscv64-verity - Verity data for the RISC-V 64-bit /usr/ file system partition + usr-{arch}-verity-sig + Verity signature data for the /usr/ file system partition of the given architecture