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/sparc64/conf/DEFAULTS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS index 8545b37..625995a 100644 --- a/sys/sparc64/conf/DEFAULTS +++ b/sys/sparc64/conf/DEFAULTS @@ -15,3 +15,8 @@ device uart_z8530 # KSE support went from being default to a kernel option options KSE + +# Default partitioning schemes +options GEOM_BSD +options GEOM_SUNLABEL + -- cgit v1.1