Add and describe GEOM_PART_EBR.

This commit is contained in:
Marcel Moolenaar 2010-04-23 03:37:39 +00:00
parent 783310e6d9
commit 665a080d71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207096

View File

@ -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.