]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: Add RISC-V to FAQ
authorDaniel Schaefer <git@danielschaefer.me>
Sun, 13 Jun 2021 07:41:42 +0000 (15:41 +0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 13 Jun 2021 09:20:09 +0000 (18:20 +0900)
Was added to the spec in 499f0f8209f33da0b6e3b0d6f3a13996edcc7555.

docs/DISCOVERABLE_PARTITIONS.md

index 656a516f971f402b6f627692c1526e80484bae57..f015578a2d0c37661940739bd10332b501f01892 100644 (file)
@@ -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.