diff options
author | WANG Xuerui <git@xen0n.name> | 2021-06-16 10:44:38 +0200 |
---|---|---|
committer | WANG Xuerui <git@xen0n.name> | 2021-07-20 11:32:59 +0200 |
commit | 4e767154891083069a58c5c960f386974ad87fb4 (patch) | |
tree | a46cbe5c894495debbf42483ab49803dcf6c5a7f /man | |
parent | hwdb: 60-keyboard::remove hardcoded definition for KEYBOARD_KEY_56 for MSI P... (diff) | |
download | systemd-4e767154891083069a58c5c960f386974ad87fb4.tar.xz systemd-4e767154891083069a58c5c960f386974ad87fb4.zip |
gpt: support LoongArch 64-bit
Diffstat (limited to 'man')
-rw-r--r-- | man/repart.d.xml | 20 | ||||
-rw-r--r-- | man/systemd-gpt-auto-generator.xml | 6 |
2 files changed, 26 insertions, 0 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml index da1dea986f..0305e255c7 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -201,6 +201,16 @@ </row> <row> + <entry><constant>root-loongarch64</constant></entry> + <entry>Root file system partition for the LoongArch 64-bit architecture</entry> + </row> + + <row> + <entry><constant>root-loongarch64-verity</constant></entry> + <entry>Verity data for the LoongArch 64-bit root file system partition</entry> + </row> + + <row> <entry><constant>root-riscv32</constant></entry> <entry>Root file system partition for the RISC-V 32-bit architecture</entry> </row> @@ -291,6 +301,16 @@ </row> <row> + <entry><constant>usr-loongarch64</constant></entry> + <entry><filename>/usr/</filename> file system partition for the LoongArch 64-bit architecture</entry> + </row> + + <row> + <entry><constant>usr-loongarch64-verity</constant></entry> + <entry>Verity data for the LoongArch 64-bit <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> diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml index 4a21540c70..798faa59c8 100644 --- a/man/systemd-gpt-auto-generator.xml +++ b/man/systemd-gpt-auto-generator.xml @@ -110,6 +110,12 @@ <entry>On Itanium systems, the first Itanium root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry> </row> <row> + <entry>77055800-792c-4f94-b39a-98c91b762bb6</entry> + <entry><filename>Root Partition (LoongArch 64)</filename></entry> + <entry><filename>/</filename></entry> + <entry>On LoongArch 64-bit systems, the first LoongArch 64-bit root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry> + </row> + <row> <entry>60d5a7fe-8e7d-435c-b714-3dd8162144e1</entry> <entry><filename>Root Partition (RISCV-V 32)</filename></entry> <entry><filename>/</filename></entry> |