[Midnightbsd-cvs] src: usr.sbin/boot0cfg: fix man page and add directions to go back to
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jan 15 18:20:54 EST 2009
Log Message:
-----------
fix man page and add directions to go back to standard boot
Modified Files:
--------------
src/usr.sbin/boot0cfg:
Makefile (r1.1.1.1 -> r1.2)
boot0cfg.8 (r1.1.1.1 -> r1.2)
boot0cfg.c (r1.1.1.1 -> r1.2)
-------------- next part --------------
Index: boot0cfg.c
===================================================================
RCS file: /home/cvs/src/usr.sbin/boot0cfg/boot0cfg.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.sbin/boot0cfg/boot0cfg.c -L usr.sbin/boot0cfg/boot0cfg.c -u -r1.1.1.1 -r1.2
--- usr.sbin/boot0cfg/boot0cfg.c
+++ usr.sbin/boot0cfg/boot0cfg.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/usr.sbin/boot0cfg/boot0cfg.c,v 1.19.2.1 2005/08/16 22:45:33 phk Exp $");
+__FBSDID("$FreeBSD: src/usr.sbin/boot0cfg/boot0cfg.c,v 1.20 2005/07/15 08:04:32 phk Exp $");
#include <sys/param.h>
#include <sys/disklabel.h>
Index: boot0cfg.8
===================================================================
RCS file: /home/cvs/src/usr.sbin/boot0cfg/boot0cfg.8,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.sbin/boot0cfg/boot0cfg.8 -L usr.sbin/boot0cfg/boot0cfg.8 -u -r1.1.1.1 -r1.2
--- usr.sbin/boot0cfg/boot0cfg.8
+++ usr.sbin/boot0cfg/boot0cfg.8
@@ -22,9 +22,9 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD: src/usr.sbin/boot0cfg/boot0cfg.8,v 1.29 2005/04/07 20:04:55 scottl Exp $
+.\" $FreeBSD: src/usr.sbin/boot0cfg/boot0cfg.8,v 1.32 2007/06/07 07:43:04 pav Exp $
.\"
-.Dd February 21, 1999
+.Dd June 7, 2007
.Dt BOOT0CFG 8
.Os
.Sh NAME
@@ -43,7 +43,7 @@
.Ar disk
.Sh DESCRIPTION
The
-.Fx
+.Mx
.Sq boot0
boot manager permits the operator to select from which disk and
slice an i386 machine (PC) is booted.
@@ -163,6 +163,13 @@
To enable just slices 1 and 2 in the menu:
.Pp
.Dl "boot0cfg -m 0x3 ad0"
+.Pp
+To go back to non-interactive booting, use
+.Xr fdisk 8
+to install the default MBR:
+.Pp
+.Dl "fdisk -B ad0"
+.Pp
.Sh SEE ALSO
.Xr geom 4 ,
.Xr boot 8 ,
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.sbin/boot0cfg/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.sbin/boot0cfg/Makefile -L usr.sbin/boot0cfg/Makefile -u -r1.1.1.1 -r1.2
--- usr.sbin/boot0cfg/Makefile
+++ usr.sbin/boot0cfg/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD: src/usr.sbin/boot0cfg/Makefile,v 1.8.12.1 2005/08/16 22:45:33 phk Exp $
+# $FreeBSD: src/usr.sbin/boot0cfg/Makefile,v 1.9 2005/07/15 08:04:32 phk Exp $
PROG= boot0cfg
MAN= boot0cfg.8
More information about the Midnightbsd-cvs
mailing list