From eeb56aacdf8296147b0913525e63370dd76dd574 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Tue, 6 Jan 2015 05:28:22 +0000 Subject: [PATCH] Add some GEOM options. --- sys/mips/conf/MALTA_COMMON | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/mips/conf/MALTA_COMMON b/sys/mips/conf/MALTA_COMMON index 5369e413551c..19b63e38ece7 100644 --- a/sys/mips/conf/MALTA_COMMON +++ b/sys/mips/conf/MALTA_COMMON @@ -34,6 +34,9 @@ options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories options ROOTDEVNAME=\"ufs:ada0\" +options GEOM_LABEL # Provides labelization +options GEOM_PART_GPT # GUID Partition Tables. +options GEOM_RAID # Soft RAID functionality. # Debugging for use in -current #options DEADLKRES #Enable the deadlock resolver