mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
3 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue