diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2023-04-25 14:04:48 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2023-04-25 14:04:48 +0000 |
commit | b532c2433857008b6034d03cd43683ca403ece2d (patch) | |
tree | 0e22a6c8c02e40d915ed53441e8b0c6c03d352f5 /sys/arch/riscv64 | |
parent | 409bfd201a87879f1321fdae9778af18250ba7c5 (diff) |
Enable softraid(4) in the ramdisk kernel aka. make disk crypto install work
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
Diffstat (limited to 'sys/arch/riscv64')
-rw-r--r-- | sys/arch/riscv64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 3c1c43ddd40..8f114b63619 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -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 |