Make gpart the default partitioning class on all platforms.
Both ia64 and powerpc were using gpart exclusively already so there's no change for those two. Discussed on: arch@
This commit is contained in:
parent
906e066d74
commit
d654ea043b
@ -16,5 +16,5 @@ device io # I/O device
|
|||||||
device uart_ns8250
|
device uart_ns8250
|
||||||
|
|
||||||
# Default partitioning schemes
|
# Default partitioning schemes
|
||||||
options GEOM_BSD
|
options GEOM_PART_BSD
|
||||||
options GEOM_MBR
|
options GEOM_PART_MBR
|
||||||
|
@ -7,5 +7,5 @@ machine arm
|
|||||||
|
|
||||||
device mem
|
device mem
|
||||||
|
|
||||||
options GEOM_BSD
|
options GEOM_PART_BSD
|
||||||
options GEOM_MBR
|
options GEOM_PART_MBR
|
||||||
|
@ -57,7 +57,6 @@ options SYSVSEM #SYSV-style semaphores
|
|||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_MBR # DOS/MBR partitioning
|
|
||||||
options GEOM_LABEL # Providers labelization.
|
options GEOM_LABEL # Providers labelization.
|
||||||
|
|
||||||
options BOOTP
|
options BOOTP
|
||||||
|
@ -20,8 +20,8 @@ device io # I/O device
|
|||||||
device uart_ns8250
|
device uart_ns8250
|
||||||
|
|
||||||
# Default partitioning schemes
|
# Default partitioning schemes
|
||||||
options GEOM_BSD
|
options GEOM_PART_BSD
|
||||||
options GEOM_MBR
|
options GEOM_PART_MBR
|
||||||
|
|
||||||
# enable support for native hardware
|
# enable support for native hardware
|
||||||
options NATIVE
|
options NATIVE
|
||||||
|
@ -9,5 +9,5 @@ device mem
|
|||||||
|
|
||||||
device uart_ns8250
|
device uart_ns8250
|
||||||
|
|
||||||
options GEOM_BSD
|
options GEOM_PART_BSD
|
||||||
options GEOM_MBR
|
options GEOM_PART_MBR
|
||||||
|
@ -22,5 +22,5 @@ device uart_ns8250
|
|||||||
#device uart_i8251
|
#device uart_i8251
|
||||||
|
|
||||||
# Default partitioning schemes
|
# Default partitioning schemes
|
||||||
options GEOM_BSD
|
options GEOM_PART_BSD
|
||||||
options GEOM_PC98
|
options GEOM_PART_PC98
|
||||||
|
@ -14,8 +14,8 @@ device uart_sab82532
|
|||||||
device uart_z8530
|
device uart_z8530
|
||||||
|
|
||||||
# Default partitioning schemes
|
# Default partitioning schemes
|
||||||
options GEOM_BSD
|
options GEOM_PART_BSD
|
||||||
options GEOM_SUNLABEL
|
options GEOM_PART_VTOC8
|
||||||
|
|
||||||
# Let sunkbd emulate an AT keyboard by default.
|
# Let sunkbd emulate an AT keyboard by default.
|
||||||
options SUNKBD_EMULATE_ATKBD
|
options SUNKBD_EMULATE_ATKBD
|
||||||
|
@ -9,5 +9,5 @@ machine sun4v
|
|||||||
device mem # Memory and kernel memory devices
|
device mem # Memory and kernel memory devices
|
||||||
|
|
||||||
# Default partitioning schemes
|
# Default partitioning schemes
|
||||||
options GEOM_BSD
|
options GEOM_PART_BSD
|
||||||
options GEOM_SUNLABEL
|
options GEOM_PART_VTOC8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user