Module Name:    src
Committed By:   ast
Date:           Sat Feb 11 07:27:25 UTC 2012

Modified Files:
        src/usr.sbin/installboot: installboot.8

Log Message:
Use "NetBSD 6.0" and not "NetBSD 6" and sound less like a broken record.
Add note where the actual example is because that's where it's expected.
Part of earlier commit ok-ed by releng@


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/usr.sbin/installboot/installboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/installboot/installboot.8
diff -u src/usr.sbin/installboot/installboot.8:1.83 src/usr.sbin/installboot/installboot.8:1.84
--- src/usr.sbin/installboot/installboot.8:1.83	Fri Feb 10 16:25:47 2012
+++ src/usr.sbin/installboot/installboot.8	Sat Feb 11 07:27:25 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: installboot.8,v 1.83 2012/02/10 16:25:47 wiz Exp $
+.\"	$NetBSD: installboot.8,v 1.84 2012/02/11 07:27:25 ast Exp $
 .\"
 .\" Copyright (c) 2002-2012 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 February 9, 2012
+.Dd February 11, 2012
 .Dt INSTALLBOOT 8
 .Os
 .Sh NAME
@@ -460,9 +460,8 @@ Primary bootstrap for
 file systems
 (the
 .Ql traditional
-.Nx
 file system prior to
-.Nx 6 ) .
+.Nx 6.0 ) .
 Use
 .Xr dumpfs 8
 to confirm the file system format is
@@ -472,7 +471,7 @@ to confirm the file system format is
 Primary bootstrap for
 .Sy FFSv2
 file systems (the default file system for some platforms as of
-.Nx 6 ) .
+.Nx 6.0 ) .
 Use
 .Xr dumpfs 8
 to confirm the file system format is
@@ -634,7 +633,16 @@ setting the timeout to five seconds, aft
 bootstrap:
 .Dl Ic cp /usr/mdec/boot /boot
 .Dl Ic installboot -v -o timeout=5 /dev/rwd0a /usr/mdec/bootxx_ffsv2
-.
+.Bd -ragged -offset indent-two -compact
+.Em Note :
+Pre
+.Nx 6.0
+systems used
+.Sy FFSv1
+file systems on these platforms; double check with
+.Xr dumpfs 8
+to be sure to use the correct secondary bootstrap.
+.Ed
 .Pp
 Create a bootable CD-ROM with an ISO 9660
 file system for an i386 system with a serial console:

Reply via email to