Belatedly note root on RAIDframe support for sandpoint.

This commit is contained in:
jdc 2013-10-07 10:50:37 +00:00
parent 0a9e41d103
commit 6dc8fb4754
2 changed files with 11 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: raidctl.8,v 1.65 2013/09/20 06:43:57 tron Exp $
.\" $NetBSD: raidctl.8,v 1.66 2013/10/07 10:50:37 jdc Exp $
.\"
.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -53,7 +53,7 @@
.\" any improvements or extensions that they make and grant Carnegie the
.\" rights to redistribute these changes.
.\"
.Dd January 27, 2010
.Dd October 7, 2013
.Dt RAIDCTL 8
.Os
.Sh NAME
@ -173,7 +173,7 @@ All components of the set must be of type
.Dv RAID
in the disklabel.
Note that only certain architectures
.Pq currently alpha, amd64, i386, pmax, sparc, sparc64, and vax
.Pq currently alpha, amd64, i386, pmax, sandpoint, sparc, sparc64, and vax
support booting a kernel directly from a RAID set.
.It Fl B Ar dev
Initiate a copyback of reconstructed data from a spare disk to
@ -1270,7 +1270,7 @@ arguments.
.Pp
Note that kernels can only be directly read from RAID 1 components on
architectures that support that
.Pq currently alpha, i386, pmax, sparc, sparc64, and vax .
.Pq currently alpha, i386, pmax, sandpoint, sparc, sparc64, and vax .
On those architectures, the
.Dv FS_RAID
file system is recognized by the bootblocks, and will properly load the

View File

@ -1,4 +1,4 @@
.\" $NetBSD: altboot.8,v 1.9 2012/11/29 11:34:33 wiz Exp $
.\" $NetBSD: altboot.8,v 1.10 2013/10/07 10:50:37 jdc Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd November 29, 2012
.Dd October 7, 2013
.Dt ALTBOOT 8 sandpoint
.Os
.Sh NAME
@ -218,6 +218,10 @@ start address of the
image in memory.
.El
.Pp
.Nm
can boot from RAID 1 partitions, but only if the RAID partition is the
first partition on the disk.
.Pp
.Tn U-Boot/PPCBoot
provides a way to run a short list of commands right after power-on.
The following is a procedure to setup the system for starting
@ -269,6 +273,7 @@ Example:
.Xr dhcpd 8 ,
.Xr diskless 8 ,
.Xr nfsd 8 ,
.Xr raidctl 8 ,
.Xr tftpd 8
.Sh HISTORY
The