From a3226c8185423f9e8977c68b703d0f6f9676c357 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 11 Jun 2007 00:38:06 +0000 Subject: 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. --- sys/sun4v/conf/DEFAULTS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/sun4v') 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 -- cgit v1.1