Enable softraid(4) in the ramdisk kernel aka. make disk crypto install work
authorkn <kn@openbsd.org>
Tue, 25 Apr 2023 14:04:47 +0000 (14:04 +0000)
committerkn <kn@openbsd.org>
Tue, 25 Apr 2023 14:04:47 +0000 (14:04 +0000)
GENERIC, efiboot and installboot(8) all have softraid enabled, the manual
already documents boot support for riscv64, "just" bsd.rd lacks it.
(thought I had committed this months ago...)

SiFive HiFive Unmatched A00.

OK patrick

sys/arch/riscv64/conf/RAMDISK

index 3c1c43d..8f114b6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK,v 1.35 2022/06/26 20:05:06 sthen Exp $
+#      $OpenBSD: RAMDISK,v 1.36 2023/04/25 14:04:47 kn Exp $
 
 machine                riscv64
 maxusers       4
@@ -27,6 +27,7 @@ config                bsd     root on rd0a swap on rd0b
 
 # mainbus
 mainbus0       at root
+softraid0      at root
 
 # cpu0
 cpu0           at mainbus0