summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-05-14 20:50:16 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-05-14 20:50:16 +0000
commit7ed3119560b9d89fd036965c4442c3ede4c83bc1 (patch)
tree797c41b8e5ed44b6bf11fc87aa1ea1120e6c8c1b /sys/arch/sparc64
parent8d0873f5ab82d9134259829a1c47f82240f2f3ee (diff)
- /usr/mdec is usually not in path, invoke installboot with full path
- /ofwboot does not get updated by installboot as one might think from the example, it has to be copied in place by hand - Xr. boot(8) ok jmc@
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/stand/installboot/installboot.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/sparc64/stand/installboot/installboot.8 b/sys/arch/sparc64/stand/installboot/installboot.8
index 088064d20cb..bdbfa777a2a 100644
--- a/sys/arch/sparc64/stand/installboot/installboot.8
+++ b/sys/arch/sparc64/stand/installboot/installboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: installboot.8,v 1.6 2004/12/06 20:19:38 deraadt Exp $
+.\" $OpenBSD: installboot.8,v 1.7 2006/05/14 20:50:15 martin Exp $
.\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -86,16 +86,18 @@ This should correspond to the block device on which the file system containing
is mounted.
.El
.Sh EXAMPLES
-The following command will install the first-stage bootblocks in the
+The following commands will install the first-stage bootblocks in the
root filesystem
.Pq assumed to be mounted on Dq sd0a
using the file
.Pa /ofwboot
as the second-level boot program:
.Bd -literal -offset indent
-# installboot /usr/mdec/bootblk /dev/rsd0c
+# cp /usr/mdec/ofwboot /ofwboot
+# /usr/mdec/installboot /usr/mdec/bootblk /dev/rsd0c
.Ed
.Sh SEE ALSO
+.Xr boot 8 ,
.Xr disklabel 8 ,
.Xr init 8
.Sh HISTORY