advertise macppc support. other tart-ups
This commit is contained in:
parent
2b7c014c1c
commit
4ee46bcf79
|
@ -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 @@ by the secondary bootstrap can be stored in the primary bootstrap.
|
|||
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 @@ into
|
|||
.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 @@ Install
|
|||
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 @@ The following machines are currently supported by
|
|||
.Nm "" :
|
||||
.Bd -ragged -offset indent
|
||||
.Sy alpha ,
|
||||
.Sy macppc ,
|
||||
.Sy pmax ,
|
||||
.Sy sparc ,
|
||||
.Sy sparc64 ,
|
||||
|
@ -233,14 +235,14 @@ Supported options are (with the machines for they are valid in brackets):
|
|||
.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 @@ to the end of
|
|||
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 Fredette (sun2),
|
|||
Matthew Green (sparc64),
|
||||
Ross Harvey (alpha),
|
||||
Paul Kranenburg (sparc),
|
||||
Luke Mewburn (macppc),
|
||||
and
|
||||
Matt Thomas (vax).
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue