aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2008-12-17 17:43:22 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2008-12-17 17:43:22 +0000
commit05002c354bbc47a23cac45484d004fbe486c20c0 (patch)
tree38bae467c60606ab43a086edb0381d39bdc8c5db /sys/mips
parent956cfb324cdf77ea42d8f7a311466bb6420eaa2b (diff)
downloadsrc-05002c354bbc47a23cac45484d004fbe486c20c0.tar.gz
src-05002c354bbc47a23cac45484d004fbe486c20c0.zip
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@
Notes
Notes: svn path=/head/; revision=186240
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/DEFAULTS4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/conf/DEFAULTS b/sys/mips/conf/DEFAULTS
index 18a9a26270ab..dc480cea27a0 100644
--- a/sys/mips/conf/DEFAULTS
+++ b/sys/mips/conf/DEFAULTS
@@ -9,5 +9,5 @@ device mem
device uart_ns8250
-options GEOM_BSD
-options GEOM_MBR
+options GEOM_PART_BSD
+options GEOM_PART_MBR