mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add and describe GEOM_PART_EBR.
This commit is contained in:
parent
783310e6d9
commit
665a080d71
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue