-.\" $OpenBSD: softraid.4,v 1.54 2023/04/13 10:23:21 kn Exp $
+.\" $OpenBSD: softraid.4,v 1.55 2024/04/25 07:21:43 stsp Exp $
.\"
.\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org>
.\" Copyright (c) 2007 Marco Peereboom <marco@OpenBSD.org>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 13 2023 $
+.Dd $Mdocdate: April 25 2024 $
.Dt SOFTRAID 4
.Os
.Sh NAME
in the boot storage area of the
.Nm
volume.
+All chunks in the volume will then be bootable.
Boot support is currently limited to the CRYPTO, RAID 1 disciplines
on the amd64, arm64, i386, riscv64 and sparc64 platforms.
amd64, arm64, riscv64 and sparc64 also have boot support for the RAID 1C discipline.
.Pp
Install
.Xr boot 8
-on the RAID volume:
+on the RAID volume, writing boot loaders to all 3 chunks:
.Bd -literal -offset indent
# installboot sd0
.Ed