aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/boot0cfg
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-06-06 21:28:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-06-06 21:28:50 +0000
commit3022d78f56570cb26847b54450748f6a9bac03ba (patch)
tree477d7119d2c03d3bd962f7a45c39f6b0a333e44b /usr.sbin/boot0cfg
parent5b1292258aee5deecf20e3e9cbca71bc0fd2615c (diff)
downloadsrc-3022d78f56570cb26847b54450748f6a9bac03ba.tar.gz
src-3022d78f56570cb26847b54450748f6a9bac03ba.zip
- Revert previous revision, it was incorrect
- Add an example using fdisk instead Pointed out by: ru Submitted by: Warren Block <wblock@wonkity.com> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=170381
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.813
1 files changed, 5 insertions, 8 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8
index 7940cb27759e..b41f88e5e831 100644
--- a/usr.sbin/boot0cfg/boot0cfg.8
+++ b/usr.sbin/boot0cfg/boot0cfg.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 21, 1999
+.Dd June 6, 2007
.Dt BOOT0CFG 8
.Os
.Sh NAME
@@ -89,9 +89,6 @@ which will use the video card as output, alternatively
can be used for output to the COM1 port.
(Be aware that nothing will be output to the COM1 port unless the
modem signals DSR and CTS are active.)
-Use
-.Pa /boot/mbr
-to revert to non-interactive boot manager.
.It Fl d Ar drive
Specify the drive number used by the PC BIOS in referencing the drive
which contains the specified
@@ -155,8 +152,6 @@ The default
image
.It Pa /boot/boot0sio
Image for serial consoles (COM1,9600,8,N,1,MODEM)
-.It Pa /boot/mbr
-Non-interactive boot MBR image
.El
.Sh EXIT STATUS
.Ex -std
@@ -169,9 +164,11 @@ To enable just slices 1 and 2 in the menu:
.Pp
.Dl "boot0cfg -m 0x3 ad0"
.Pp
-To go back to non-interactive booting:
+To go back to non-interactive booting, use
+.Xr fdisk 8
+to install the default MBR:
.Pp
-.Dl "boot0cfg -B -b /boot/mbr ad0"
+.Dl "fdisk -B -b /boot/mbr ad0"
.Pp
.Sh SEE ALSO
.Xr geom 4 ,