diff options
author | marcel <marcel@FreeBSD.org> | 2008-12-17 17:43:22 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-12-17 17:43:22 +0000 |
commit | d654ea043b3abb2b97f8ec55e264e3ec987b3d09 (patch) | |
tree | 38bae467c60606ab43a086edb0381d39bdc8c5db /sys/sun4v | |
parent | 906e066d74f4617c6ec33d1c3f62b6b1a31ffcf3 (diff) | |
download | FreeBSD-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/sun4v')
-rw-r--r-- | sys/sun4v/conf/DEFAULTS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sun4v/conf/DEFAULTS b/sys/sun4v/conf/DEFAULTS index ba7c539..610d653 100644 --- a/sys/sun4v/conf/DEFAULTS +++ b/sys/sun4v/conf/DEFAULTS @@ -9,5 +9,5 @@ machine sun4v device mem # Memory and kernel memory devices # Default partitioning schemes -options GEOM_BSD -options GEOM_SUNLABEL +options GEOM_PART_BSD +options GEOM_PART_VTOC8 |