summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-12-17 17:43:22 +0000
committermarcel <marcel@FreeBSD.org>2008-12-17 17:43:22 +0000
commitd654ea043b3abb2b97f8ec55e264e3ec987b3d09 (patch)
tree38bae467c60606ab43a086edb0381d39bdc8c5db /sys/pc98
parent906e066d74f4617c6ec33d1c3f62b6b1a31ffcf3 (diff)
downloadFreeBSD-src-d654ea043b3abb2b97f8ec55e264e3ec987b3d09.zip
FreeBSD-src-d654ea043b3abb2b97f8ec55e264e3ec987b3d09.tar.gz
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@
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/DEFAULTS4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/conf/DEFAULTS b/sys/pc98/conf/DEFAULTS
index 962c099..c16a29b 100644
--- a/sys/pc98/conf/DEFAULTS
+++ b/sys/pc98/conf/DEFAULTS
@@ -22,5 +22,5 @@ device uart_ns8250
#device uart_i8251
# Default partitioning schemes
-options GEOM_BSD
-options GEOM_PC98
+options GEOM_PART_BSD
+options GEOM_PART_PC98
OpenPOWER on IntegriCloud