diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2022-08-12 20:17:47 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2022-08-12 20:17:47 +0000 |
commit | 7ece349108cf6c7ac501d35bbccd324c4a0a2390 (patch) | |
tree | 733e84bed19fc451b8b75f7e5754c5c5bdda285a /share | |
parent | c13d56bc20fca38aa7734a583d13374e4f2dfb36 (diff) |
add support for booting from RAID 1C softraid(4) volumes on amd64
Only boot-loader changes are needed. Both installboot(8) and
the kernel already do what is required to make this work.
ok kn@
Tested:
biosboot on vmm: kn, stsp
biosboot and efiboot on server hardware: stsp
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/softraid.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4 index c00d17a6628..e43219de1f6 100644 --- a/share/man/man4/softraid.4 +++ b/share/man/man4/softraid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: softraid.4,v 1.46 2021/12/16 17:07:56 tj Exp $ +.\" $OpenBSD: softraid.4,v 1.47 2022/08/12 20:17:46 stsp Exp $ .\" .\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org> .\" Copyright (c) 2007 Marco Peereboom <marco@OpenBSD.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 16 2021 $ +.Dd $Mdocdate: August 12 2022 $ .Dt SOFTRAID 4 .Os .Sh NAME @@ -118,7 +118,8 @@ may be used to install in the boot storage area of the .Nm volume. -Boot support is currently limited to the CRYPTO and RAID 1 disciplines +Boot support is currently limited to the RAID 1C discipline on the +amd64 platform, and the CRYPTO and RAID 1 disciplines on amd64, arm64, i386, and sparc64 platforms. On sparc64, bootable chunks must be RAID partitions using the letter .Sq a . |