From 7ed3119560b9d89fd036965c4442c3ede4c83bc1 Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Sun, 14 May 2006 20:50:16 +0000 Subject: - /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@ --- sys/arch/sparc64/stand/installboot/installboot.8 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/arch/sparc64/stand') 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 -- cgit v1.2.3