From 5a750c49a995d1897902b49c5c51ecade9cf06ba Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Sun, 13 Jun 2021 15:41:42 +0800 Subject: [PATCH] doc: Add RISC-V to FAQ Was added to the spec in 499f0f8209f33da0b6e3b0d6f3a13996edcc7555. --- docs/DISCOVERABLE_PARTITIONS.md | 4 ++-- 1 file 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.