diff options
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/stand/installboot/installboot.8 | 8 |
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 |