svn commit: r209498 - stable/8/sbin/geom/class/part
Andrey V. Elsukov
ae at FreeBSD.org
Thu Jun 24 06:31:23 UTC 2010
Author: ae
Date: Thu Jun 24 06:31:23 2010
New Revision: 209498
URL: http://svn.freebsd.org/changeset/base/209498
Log:
MFC r207096 (by marcel):
Add and describe GEOM_PART_EBR.
Approved by: mav (mentor)
Modified:
stable/8/sbin/geom/class/part/gpart.8
Directory Properties:
stable/8/sbin/geom/ (props changed)
stable/8/sbin/geom/class/part/ (props changed)
stable/8/sbin/geom/class/stripe/ (props changed)
Modified: stable/8/sbin/geom/class/part/gpart.8
==============================================================================
--- stable/8/sbin/geom/class/part/gpart.8 Thu Jun 24 05:52:44 2010 (r209497)
+++ stable/8/sbin/geom/class/part/gpart.8 Thu Jun 24 06:31:23 2010 (r209498)
@@ -37,6 +37,7 @@ lines in your kernel configuration file:
.Bd -ragged -offset indent
.Cd "options GEOM_PART_APM"
.Cd "options GEOM_PART_BSD"
+.Cd "options GEOM_PART_EBR"
.Cd "options GEOM_PART_GPT"
.Cd "options GEOM_PART_MBR"
.Cd "options GEOM_PART_PC98"
@@ -53,6 +54,10 @@ option adds support for the traditional
.Bx
disklabel.
The
+.Dv GEOM_PART_EBR
+option adds support for the Extended Boot Record (EBR),
+which is used to define a logical partition.
+The
.Dv GEOM_PART_GPT
option adds support for the GUID Partition Table (GPT)
found on Intel Itanium computers and Intel-based Macintosh computers.
More information about the svn-src-stable
mailing list