summaryrefslogtreecommitdiff
path: root/docs/DISCOVERABLE_PARTITIONS.md
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2021-06-13 15:41:42 +0800
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-13 18:20:09 +0900
commit5a750c49a995d1897902b49c5c51ecade9cf06ba (patch)
tree707216443328d2a80de3335bc44cd56b75cfbe1b /docs/DISCOVERABLE_PARTITIONS.md
parentdce95d0b1570f71a62d3c1194ba6358e9b276888 (diff)
downloadsystemd-5a750c49a995d1897902b49c5c51ecade9cf06ba.tar.gz
doc: Add RISC-V to FAQ
Was added to the spec in 499f0f8209f33da0b6e3b0d6f3a13996edcc7555.
Diffstat (limited to 'docs/DISCOVERABLE_PARTITIONS.md')
-rw-r--r--docs/DISCOVERABLE_PARTITIONS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DISCOVERABLE_PARTITIONS.md b/docs/DISCOVERABLE_PARTITIONS.md
index 656a516f97..f015578a2d 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.