Author: ae Date: Wed Nov 16 15:23:42 2011 New Revision: 227554 URL: http://svn.freebsd.org/changeset/base/227554
Log: MFC r227274: Add reference to gpart(8). MFC r227298: Remove a note about disabling of GEOM protection mechanism. boot0cfg should work without such hack. Approved by: re (kib) Modified: releng/9.0/usr.sbin/boot0cfg/boot0cfg.8 Directory Properties: releng/9.0/usr.sbin/boot0cfg/ (props changed) Modified: releng/9.0/usr.sbin/boot0cfg/boot0cfg.8 ============================================================================== --- releng/9.0/usr.sbin/boot0cfg/boot0cfg.8 Wed Nov 16 15:23:19 2011 (r227553) +++ releng/9.0/usr.sbin/boot0cfg/boot0cfg.8 Wed Nov 16 15:23:42 2011 (r227554) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 13, 2009 +.Dd November 7, 2011 .Dt BOOT0CFG 8 .Os .Sh NAME @@ -153,21 +153,6 @@ Set the timeout value to .It Fl v Verbose: display information about the slices defined, etc. .El -.Sh NOTE -Protection mechanisms in the -.Xr geom 4 -subsystem might prevent -.Nm -from being able to update the MBR on a mounted disk. -Instructions for temporarily disabling these protection mechanisms -can be found in the -.Xr geom 4 -manpage. Specifically, do a -.Pp -.Dl sysctl kern.geom.debugflags=0x10 -.Pp -to allow writing to the MBR, and restore it to 0 afterwards. -.Pp .Sh FILES .Bl -tag -width /boot/boot0sio -compact .It Pa /boot/boot0 @@ -197,7 +182,8 @@ to install the default MBR: .Sh SEE ALSO .Xr geom 4 , .Xr boot 8 , -.Xr fdisk 8 +.Xr fdisk 8 , +.Xr gpart 8 .Sh AUTHORS .An Robert Nordier Aq rnord...@freebsd.org . .Sh BUGS _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"