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/pc98/conf/DEFAULTS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pc98') 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 -- cgit v1.1