Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot advertise macppc support. other tart-ups



details:   https://anonhg.NetBSD.org/src/rev/98c1ecd37548
branches:  trunk
changeset: 526992:98c1ecd37548
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed May 15 13:39:22 2002 +0000

description:
advertise macppc support.  other tart-ups

diffstat:

 usr.sbin/installboot/installboot.8 |  31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)

diffs (100 lines):

diff -r c6454a121359 -r 98c1ecd37548 usr.sbin/installboot/installboot.8
--- a/usr.sbin/installboot/installboot.8        Wed May 15 13:38:42 2002 +0000
+++ b/usr.sbin/installboot/installboot.8        Wed May 15 13:39:22 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: installboot.8,v 1.14 2002/05/14 06:18:51 lukem Exp $
+.\"    $NetBSD: installboot.8,v 1.15 2002/05/15 13:39:22 lukem Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 14, 2002
+.Dd May 15, 2002
 .Dt INSTALLBOOT 8
 .Os
 .Sh NAME
@@ -120,6 +120,7 @@
 These are:
 .Bl -column "Platform" "File systems" -offset indent
 .It Sy "Platform" Ta Sy "File systems"
+.It macppc Ta ffs, raw
 .It sparc Ta ffs, raw
 .It sun2 Ta ffs, raw
 .El
@@ -150,11 +151,11 @@
 .Pp
 The following platforms do not require this step if the primary bootstrap
 already exists and the secondary bootstrap file is just being updated:
-.Em alpha ,
-.Em pmax ,
-.Em sparc64 ,
+.Sy alpha ,
+.Sy pmax ,
+.Sy sparc64 ,
 and
-.Em vax .
+.Sy vax .
 .Pp
 The primary
 .Nx Ns Tn /sparc64
@@ -174,9 +175,9 @@
 at block number
 .Ar s1bno
 instead of the default location for the machine and file system type.
-.Em [ alpha ,
-.Em pmax ,
-.Em vax ]
+.Sy [ alpha ,
+.Sy pmax ,
+.Sy vax ]
 .
 .It Fl B Ar s2bno
 When hard-coding the blocks of
@@ -211,6 +212,7 @@
 .Nm "" :
 .Bd -ragged -offset indent
 .Sy alpha ,
+.Sy macppc ,
 .Sy pmax ,
 .Sy sparc ,
 .Sy sparc64 ,
@@ -233,14 +235,14 @@
 .Bl -tag -offset indent -width alphasum
 .
 .It Sy alphasum
-.Em [ alpha ]
+.Sy [ alpha ]
 Recalculate and restore the Alpha checksum.
 This is the default for
 .Nx Ns Tn /alpha .
 .
 .It Sy append
-.Em [ pmax ,
-.Em vax ]
+.Sy [ pmax ,
+.Sy vax ]
 Append
 .Ar primary
 to the end of
@@ -248,8 +250,8 @@
 which must be a regular file in this case.
 .
 .It Sy sunsum
-.Em [ pmax ,
-.Em vax ]
+.Sy [ pmax ,
+.Sy vax ]
 Recalculate and restore the Sun and
 .Nx Ns Tn /sparc
 compatible checksum.
@@ -413,6 +415,7 @@
 Matthew Green (sparc64),
 Ross Harvey (alpha),
 Paul Kranenburg (sparc),
+Luke Mewburn (macppc),
 and
 Matt Thomas (vax).
 .



Home | Main Index | Thread Index | Old Index