summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-01-06 05:28:22 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-01-06 05:28:22 +0000
commiteeb56aacdf8296147b0913525e63370dd76dd574 (patch)
tree6edf26e3d2f65ba24c642b3a0b18b500e240c4ee
parentde4fd944bb77e676de286116e6d1aa5edd22adda (diff)
downloadFreeBSD-src-eeb56aacdf8296147b0913525e63370dd76dd574.zip
FreeBSD-src-eeb56aacdf8296147b0913525e63370dd76dd574.tar.gz
Add some GEOM options.
-rw-r--r--sys/mips/conf/MALTA_COMMON3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/conf/MALTA_COMMON b/sys/mips/conf/MALTA_COMMON
index 5369e41..19b63e3 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
OpenPOWER on IntegriCloud