riscv: move GEOM_PART_GPT option to DEFAULTS

This is consistent with other architectures.
This commit is contained in:
Mitchell Horne 2022-06-14 14:19:46 -03:00
parent 791bfa60e8
commit 3a91cecea4
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ device mem # Memory and kernel memory devices
# Default partitioning schemes
options GEOM_PART_BSD
options GEOM_PART_MBR
options GEOM_PART_GPT
# Default congestion control algorithm
options CC_CUBIC # include CUBIC congestion control

View File

@ -49,7 +49,6 @@ options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options TMPFS # Efficient memory filesystem
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_RAID # Soft RAID functionality.
options GEOM_LABEL # Provides labelization
options COMPAT_FREEBSD12 # Compatible with FreeBSD12