summaryrefslogtreecommitdiff
path: root/man/repart.d.xml
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2020-11-23 14:31:07 +0000
committerLennart Poettering <lennart@poettering.net>2020-11-23 22:15:36 +0100
commit499f0f8209f33da0b6e3b0d6f3a13996edcc7555 (patch)
treeea325060b52c7bfc2fd16590d4b3d39624915d0d /man/repart.d.xml
parent5b639090d0b4a49d77ba58bebe180b2a6f8da322 (diff)
downloadsystemd-499f0f8209f33da0b6e3b0d6f3a13996edcc7555.tar.gz
gpt: add RISC-V GPT partition typecode uuid
Diffstat (limited to 'man/repart.d.xml')
-rw-r--r--man/repart.d.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml
index 5cc978b873..6e31843a08 100644
--- a/man/repart.d.xml
+++ b/man/repart.d.xml
@@ -199,6 +199,26 @@
</row>
<row>
+ <entry><constant>root-riscv32</constant></entry>
+ <entry>Root file system partition for the RISC-V 32-bit architecture</entry>
+ </row>
+
+ <row>
+ <entry><constant>root-riscv32-verity</constant></entry>
+ <entry>Verity data for the RISC-V 32-bit root file system partition</entry>
+ </row>
+
+ <row>
+ <entry><constant>root-riscv64</constant></entry>
+ <entry>Root file system partition for the RISC-V 64-bit architecture</entry>
+ </row>
+
+ <row>
+ <entry><constant>root-riscv64-verity</constant></entry>
+ <entry>Verity data for the RISC-V 64-bit root file system partition</entry>
+ </row>
+
+ <row>
<entry><constant>usr</constant></entry>
<entry><filename>/usr/</filename> file system partition type appropriate for the local architecture (an alias for an architecture <filename>/usr/</filename> file system partition type listed below, e.g. <constant>usr-x86-64</constant>)</entry>
</row>
@@ -267,6 +287,28 @@
<entry><constant>usr-ia64-verity</constant></entry>
<entry>Verity data for the ia64 <filename>/usr/</filename> file system partition</entry>
</row>
+
+ <row>
+ <entry><constant>usr-riscv32</constant></entry>
+ <entry><filename>/usr/</filename> file system partition for the RISC-V 32-bit architecture</entry>
+ </row>
+
+ <row>
+ <entry><constant>usr-riscv32-verity</constant></entry>
+ <entry>Verity data for the RISC-V 32-bit <filename>/usr/</filename> file system partition</entry>
+ </row>
+
+ <row>
+ <entry><constant>usr-riscv64</constant></entry>
+ <entry><filename>/usr/</filename> file system partition for the RISC-V 64-bit architecture</entry>
+ </row>
+
+ <row>
+ <entry><constant>usr-riscv64-verity</constant></entry>
+ <entry>Verity data for the RISC-V 64-bit <filename>/usr/</filename> file system partition</entry>
+ </row>
+
+
</tbody>
</tgroup>
</table>