From 665a080d7181b963d1842dcbc212ee7456ddce4a Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Fri, 23 Apr 2010 03:37:39 +0000 Subject: [PATCH] Add and describe GEOM_PART_EBR. --- sbin/geom/class/part/gpart.8 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8 index 0e6a1b97f901..66557f305c98 100644 --- a/sbin/geom/class/part/gpart.8 +++ b/sbin/geom/class/part/gpart.8 @@ -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.