Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Belatedly note root on RAIDframe support for sandpoint.



details:   https://anonhg.NetBSD.org/src/rev/c0c285ef8ffe
branches:  trunk
changeset: 790420:c0c285ef8ffe
user:      jdc <jdc%NetBSD.org@localhost>
date:      Mon Oct 07 10:50:37 2013 +0000

description:
Belatedly note root on RAIDframe support for sandpoint.

diffstat:

 sbin/raidctl/raidctl.8                  |  8 ++++----
 share/man/man8/man8.sandpoint/altboot.8 |  9 +++++++--
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (73 lines):

diff -r 55baa982a40e -r c0c285ef8ffe sbin/raidctl/raidctl.8
--- a/sbin/raidctl/raidctl.8    Mon Oct 07 07:11:40 2013 +0000
+++ b/sbin/raidctl/raidctl.8    Mon Oct 07 10:50:37 2013 +0000
@@ -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 @@
 .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 @@
 .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
diff -r 55baa982a40e -r c0c285ef8ffe share/man/man8/man8.sandpoint/altboot.8
--- a/share/man/man8/man8.sandpoint/altboot.8   Mon Oct 07 07:11:40 2013 +0000
+++ b/share/man/man8/man8.sandpoint/altboot.8   Mon Oct 07 10:50:37 2013 +0000
@@ -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 @@
 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 @@
 .Xr dhcpd 8 ,
 .Xr diskless 8 ,
 .Xr nfsd 8 ,
+.Xr raidctl 8 ,
 .Xr tftpd 8
 .Sh HISTORY
 The



Home | Main Index | Thread Index | Old Index