Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8/man8.sparc add an example for forcing sparc b...



details:   https://anonhg.NetBSD.org/src/rev/de97608754ec
branches:  trunk
changeset: 518082:de97608754ec
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Nov 24 01:52:02 2001 +0000

description:
add an example for forcing sparc blocks

diffstat:

 share/man/man8/man8.sparc/installboot.8 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e5a83c8319f2 -r de97608754ec share/man/man8/man8.sparc/installboot.8
--- a/share/man/man8/man8.sparc/installboot.8   Sat Nov 24 01:44:55 2001 +0000
+++ b/share/man/man8/man8.sparc/installboot.8   Sat Nov 24 01:52:02 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: installboot.8,v 1.10 2001/11/24 01:44:55 mrg Exp $
+.\"    $NetBSD: installboot.8,v 1.11 2001/11/24 01:52:02 mrg Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -172,6 +172,13 @@
 The following command will perform the same, but for an UltraSPARC machine.
 .Bd -literal -offset indent
 /usr/mdec/installboot /boot /usr/mdec/bootxx /dev/rsd0a
+.Ed
+.Pp
+The following command will install the first-stage bootblocks for a
+SPARC machine, whether run on a SPARC or UltraSPARC machine
+.Bd -literal -offset indent
+/usr/mdec/installboot -U /boot /usr/mdec/bootxx /dev/rsd0a
+.Ed
 .Sh BUGS
 .Nm
 requires simultaneous access to the mounted file system and



Home | Main Index | Thread Index | Old Index