diff options
-rw-r--r-- | sbin/disklabel/disklabel.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 003c93c097c..0a6dba71c5d 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.11 1997/11/25 00:36:23 millert Exp $ +.\" $OpenBSD: disklabel.8,v 1.12 1997/12/20 22:35:19 rees Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -435,6 +435,15 @@ Conversely, if a partition has a type other than FS_UNUSED or FS_BOOT, .Nm disklabel will not install bootstrap code that overlaps it. +.Sh NOTES +On i386 machines, +.Xr installboot 8 +is normally used to install boot code. The +.Fl B +option to +.Nm disklabel +can still be used to install old style boot code, +but this usage is deprecated. .Sh BUGS When a disk name is given without a full pathname, the constructed device name uses the ``a'' partition on the tahoe, the ``c'' |