From d654ea043b3abb2b97f8ec55e264e3ec987b3d09 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 17 Dec 2008 17:43:22 +0000 Subject: 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@ --- sys/i386/conf/DEFAULTS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/i386/conf/DEFAULTS') diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS index 2450f82..1411f09 100644 --- a/sys/i386/conf/DEFAULTS +++ b/sys/i386/conf/DEFAULTS @@ -20,8 +20,8 @@ device io # I/O device device uart_ns8250 # Default partitioning schemes -options GEOM_BSD -options GEOM_MBR +options GEOM_PART_BSD +options GEOM_PART_MBR # enable support for native hardware options NATIVE -- cgit v1.1