diff options
author | 2009-03-28 14:03:21 +0000 | |
---|---|---|
committer | 2009-03-28 14:03:21 +0000 | |
commit | f39a11029a8bed55f6145fcf1c8fa698d354c777 (patch) | |
tree | 89a23fe36026f54fb8e3436e2da26d23a3542155 | |
parent | As Tobias Ulmer pointed out on tech@, Tahoe behaviour no longer is (diff) | |
download | wireguard-openbsd-f39a11029a8bed55f6145fcf1c8fa698d354c777.tar.xz wireguard-openbsd-f39a11029a8bed55f6145fcf1c8fa698d354c777.zip |
point out that -B does not exist on some machines, and installboot(8) is
used instead, ok krw jmc
-rw-r--r-- | sbin/disklabel/disklabel.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index c73a3c53ae7..b6a0c74dfd8 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.75 2009/03/28 13:54:15 krw Exp $ +.\" $OpenBSD: disklabel.8,v 1.76 2009/03/28 14:03:21 deraadt Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -110,6 +110,11 @@ If no disklabel is found, allocate all the disk space in the recommended manner. .It Fl B Install bootstrap code. +Some architectures instead require bootstrap code installation to be +done using an +.Xr installboot 8 +type program, as described in +.Xr boot 8 . .It Fl b Ar boot1 Specify the single level boot program, or the primary boot program, depending on the system boot architecture |