From: Daniel Schaefer Date: Sun, 13 Jun 2021 07:41:42 +0000 (+0800) Subject: doc: Add RISC-V to FAQ X-Git-Tag: v249-rc1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a750c49a995d1897902b49c5c51ecade9cf06ba;p=thirdparty%2Fsystemd.git doc: Add RISC-V to FAQ Was added to the spec in 499f0f8209f33da0b6e3b0d6f3a13996edcc7555. --- diff --git a/docs/DISCOVERABLE_PARTITIONS.md b/docs/DISCOVERABLE_PARTITIONS.md index 656a516f971..f015578a2d0 100644 --- a/docs/DISCOVERABLE_PARTITIONS.md +++ b/docs/DISCOVERABLE_PARTITIONS.md @@ -221,11 +221,11 @@ We are not. `/etc/fstab` always overrides automatic discovery and is indeed mentioned in the specifications. We are simply trying to make the boot and installation processes of Linux a bit more robust and self-descriptive. -### Why did you only define the root partition for x86, x86-64, ARM, ARM64, ia64? +### Why did you only define the root partition for x86, x86-64, ARM, ARM64, ia64, riscv32, riscv64? The automatic discovery of the root partition is defined to operate on the disk containing the current EFI System Partition (ESP). Since EFI only exists on -x86, x86-64, ia64, and ARM so far, we only defined root partition UUIDs for +x86, x86-64, ia64, ARM and RISC-V so far, we only defined root partition UUIDs for these architectures. Should EFI become more common on other architectures, we can define additional UUIDs for them.