summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-13 15:49:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-13 15:49:15 +0000
commitde1672f77f29f1728f2dbd358c29a02e680c9228 (patch)
tree6483bcab42f7a78146839a596a58f52dfeec47e9 /sys/arch/mvmeppc
parentf33dd050dea8c0f98ce0659454ecbe09248233f2 (diff)
UFS -> FFS, /bootsd -> /boot, ufsboot -> boot
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r--sys/arch/mvmeppc/stand/installboot/installboot.825
1 files changed, 12 insertions, 13 deletions
diff --git a/sys/arch/mvmeppc/stand/installboot/installboot.8 b/sys/arch/mvmeppc/stand/installboot/installboot.8
index 6131bc55fc9..410b630b1d7 100644
--- a/sys/arch/mvmeppc/stand/installboot/installboot.8
+++ b/sys/arch/mvmeppc/stand/installboot/installboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: installboot.8,v 1.5 2003/06/06 21:45:33 jmc Exp $
+.\" $OpenBSD: installboot.8,v 1.6 2004/01/13 15:49:14 miod Exp $
.\"
.\" Copyright (c) 1994 Paul Kranenburg
.\" All rights reserved.
@@ -28,23 +28,23 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 31, 1995
-.Dt INSTALLBOOT 8 mvme88k
+.Dd January 13, 2004
+.Dt INSTALLBOOT 8 mvmeppc
.Os
.Sh NAME
.Nm installboot
-.Nd install a bootstrap on a UFS disk
+.Nd install a bootstrap on an FFS disk
.Sh SYNOPSIS
.Nm installboot
.Op Fl n
.Op Fl v
-.Ar bootsd
+.Ar boot
.Ar bootxx
.Ar rawdev
.Sh DESCRIPTION
.Nm installboot
is used to install a "first-stage" boot program into the boot area
-of a UFS disk partition, and initialize the table of block numbers the
+of an FFS disk partition, and initialize the table of block numbers the
.Ar bootxx
program uses to load the second-stage boot program.
.Pp
@@ -56,12 +56,12 @@ Do not actually write anything on the disk.
Be verbose, printing out the block numbers that
.Ar bootxx
will use to load
-.Ar bootsd .
+.Ar boot .
.El
.Pp
The arguments are:
-.Bl -tag -width bootsd
-.It Ar bootsd
+.Bl -tag -width bootxx
+.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
@@ -70,14 +70,13 @@ the name of the prototype file for the first stage boot program.
the name of the raw device in which the first-stage boot program
is to be installed.
This should correspond to the block device on which the file system containing
-.Ar ufsboot
+.Ar boot
is mounted.
.El
.Sh EXAMPLES
.Bd -literal -offset
-cd /usr/mdec
-cp bootsd /
-installboot -v /bootsd ./bootxx /dev/rsd0a
+cp /usr/mdec/bootsd /boot
+/usr/mdec/installboot /boot /usr/mdec/bootxx /dev/rsd0a
.Ed
.Sh SEE ALSO
.Xr disklabel 8 ,