1999-04-07 04:43:06 +04:00
|
|
|
.\" $NetBSD: installboot.old.8,v 1.13 1999/04/07 00:43:06 cgd Exp $
|
1999-04-05 07:11:54 +04:00
|
|
|
.\"
|
1999-04-05 10:03:47 +04:00
|
|
|
.\" Copyright (c) 1996, 1997, 1999
|
|
|
|
.\" Christopher G. Demetriou. All rights reserved.
|
1999-04-05 07:11:54 +04:00
|
|
|
.\" Copyright (c) 1995 Paul Kranenburg
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by Paul Kranenburg.
|
|
|
|
.\" 3. The name of the author may not be used to endorse or promote products
|
|
|
|
.\" derived from this software without specific prior written permission
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
1999-04-05 10:03:47 +04:00
|
|
|
.Dd April 4, 1999
|
1999-04-05 07:27:50 +04:00
|
|
|
.Dt INSTALLBOOT.OLD 8
|
1999-04-05 07:11:54 +04:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
1999-04-05 07:27:50 +04:00
|
|
|
.Nm installboot.old
|
1999-04-05 10:01:54 +04:00
|
|
|
.Nd install bootstrap software
|
1999-04-05 07:11:54 +04:00
|
|
|
.Sh SYNOPSIS
|
1999-04-05 07:27:50 +04:00
|
|
|
.Nm installboot.old
|
1999-04-05 07:11:54 +04:00
|
|
|
.Op Fl nv
|
1999-04-05 10:01:54 +04:00
|
|
|
.Fl b Ar bn
|
1999-04-05 07:11:54 +04:00
|
|
|
.Ar boot
|
|
|
|
.Ar bootxx
|
|
|
|
.Ar rawdiskdevice
|
|
|
|
.Sh DESCRIPTION
|
1999-04-05 10:01:54 +04:00
|
|
|
.Bf -symbolic
|
|
|
|
This program has been obsoleted by
|
|
|
|
.Xr installboot 8
|
|
|
|
and should only be used to configure boot blocks for
|
|
|
|
.Dq ustarfs
|
|
|
|
booting. Use it at your own risk.
|
|
|
|
.Ef
|
1999-04-05 07:11:54 +04:00
|
|
|
.Pp
|
|
|
|
The options recognized by
|
1999-04-05 07:27:50 +04:00
|
|
|
.Nm
|
1999-04-05 07:11:54 +04:00
|
|
|
are as follows:
|
|
|
|
.Bl -tag -width -b\ bn
|
|
|
|
.It Fl n
|
|
|
|
Do not actually write anything on the disk.
|
|
|
|
.It Fl v
|
|
|
|
Verbose mode.
|
|
|
|
.It Fl b Ar bn
|
1999-04-05 10:01:54 +04:00
|
|
|
This flag and argument are required. Assume that
|
1999-04-05 07:11:54 +04:00
|
|
|
.Pa boot
|
|
|
|
is contiguously present with initial block number
|
|
|
|
.Ar bn .
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The arguments are:
|
|
|
|
.Bl -tag -width rawdiskdevice
|
|
|
|
.It Ar boot
|
|
|
|
The name of the second-stage boot program in the file system
|
|
|
|
where the first-stage boot program is to be installed.
|
|
|
|
.It Ar bootxx
|
|
|
|
The name of the prototype file for the first-stage boot program.
|
|
|
|
.It Ar rawdiskdevice
|
|
|
|
The name of the device corresponding to the raw whole-disk partition (the
|
|
|
|
.Dq raw partition )
|
|
|
|
of the disk on which the first-stage boot program is to be installed.
|
|
|
|
.El
|
1999-04-05 10:01:54 +04:00
|
|
|
.Sh SEE ALSO
|
1999-04-07 04:43:06 +04:00
|
|
|
.Xr boot 8 ,
|
1999-04-05 10:01:54 +04:00
|
|
|
.Xr installboot 8
|
1999-04-05 07:11:54 +04:00
|
|
|
.Sh HISTORY
|
1999-04-05 09:52:09 +04:00
|
|
|
This version of the
|
1999-04-05 07:11:54 +04:00
|
|
|
.Nx Ns Tn /alpha
|
1999-04-05 09:52:09 +04:00
|
|
|
.Nm installboot
|
1999-04-05 07:11:54 +04:00
|
|
|
command first appeared in
|
|
|
|
.Nx 1.2 .
|
1999-04-05 09:52:09 +04:00
|
|
|
In
|
|
|
|
.Nx 1.4
|
|
|
|
it was replaced with a new version, and this
|
|
|
|
version was renamed to
|
|
|
|
.Nm installboot.old .
|