summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-06-11 00:38:06 +0000
committermarcel <marcel@FreeBSD.org>2007-06-11 00:38:06 +0000
commita3226c8185423f9e8977c68b703d0f6f9676c357 (patch)
treebbe9dac9732465eaccfb9b240e94086bf3d26fdd /sys/sun4v
parent173b3d6d03875890b913bb771d1e5c5d73bda2be (diff)
downloadFreeBSD-src-a3226c8185423f9e8977c68b703d0f6f9676c357.zip
FreeBSD-src-a3226c8185423f9e8977c68b703d0f6f9676c357.tar.gz
Use default options for default partitioning schemes, rather than
making the relevant files standard. This avoids duplication and makes it easier to override/disable unwanted schemes. Since ARM doesn't have a DEFAULTS configuration file, leave the source files for the BSD and MBR partitioning schemes in files.arm for now.
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/conf/DEFAULTS4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sun4v/conf/DEFAULTS b/sys/sun4v/conf/DEFAULTS
index d802fed..325901e 100644
--- a/sys/sun4v/conf/DEFAULTS
+++ b/sys/sun4v/conf/DEFAULTS
@@ -8,3 +8,7 @@ machine sun4v
# Pseudo devices.
device mem # Memory and kernel memory devices
device genclock # Generic clock interface
+
+# Default partitioning schemes
+options GEOM_BSD
+options GEOM_SUNLABEL
OpenPOWER on IntegriCloud