freebsd-skq/sys/arm/conf/DEFAULTS
marcel 0b89118840 Add arm/conf/DEFAULTS and populate it with:
machine arm
        device  mem
        options GEOM_BSD
        options GEOM_MBR

Remove the first two from all kernel configuration files and
change geom_bsd and geom_mbr from standard to optional.
2008-10-23 01:51:55 +00:00

12 lines
144 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/arm
#
# $FreeBSD$
machine arm
device mem
options GEOM_BSD
options GEOM_MBR