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/amd64/conf/DEFAULTS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/amd64/conf/DEFAULTS') diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS index 4cf775f..e98b169 100644 --- a/sys/amd64/conf/DEFAULTS +++ b/sys/amd64/conf/DEFAULTS @@ -15,5 +15,9 @@ device io # I/O device # UART chips on this platform device uart_ns8250 +# Default partitioning schemes +options GEOM_BSD +options GEOM_MBR + # KSE support went from being default to a kernel option options KSE -- cgit v1.1