GPT is standard in x86 and arm64 land. Add it to DEFAULTS with the
others. Differential Revision: https://reviews.freebsd.org/D16740
This commit is contained in:
parent
8b3c9fac3c
commit
62ee5bbd73
@ -20,5 +20,6 @@ options GEOM_PART_BSD
|
||||
options GEOM_PART_EBR
|
||||
options GEOM_PART_EBR_COMPAT
|
||||
options GEOM_PART_MBR
|
||||
options GEOM_PART_GPT
|
||||
|
||||
options NEW_PCIB
|
||||
|
@ -11,5 +11,6 @@ device mem # Memory and kernel memory devices
|
||||
# Default partitioning schemes
|
||||
options GEOM_PART_BSD
|
||||
options GEOM_PART_MBR
|
||||
options GEOM_PART_GPT
|
||||
|
||||
options NEW_PCIB
|
||||
|
@ -21,6 +21,7 @@ options GEOM_PART_BSD
|
||||
options GEOM_PART_EBR
|
||||
options GEOM_PART_EBR_COMPAT
|
||||
options GEOM_PART_MBR
|
||||
options GEOM_PART_GPT
|
||||
|
||||
# enable support for native hardware
|
||||
device atpic
|
||||
|
Loading…
Reference in New Issue
Block a user