summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-07-01 04:51:00 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-07-01 04:51:00 +0000
commitbe59c4c32d0adbf82627428b3bed705ca27c0407 (patch)
treeb1e7ff0a89b9f1ce56f181fcb3f7bf220655c0b4 /sys/arch/i386/conf
parentb4d42fe00b03a3fbd37aac93d9d830f5af131cdf (diff)
Enable FFS2 on most of the larger RAMDISK media.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 3c2fd80a01c..19fcdc2ac47 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.155 2008/06/26 16:31:01 todd Exp $
+# $OpenBSD: RAMDISK_CD,v 1.156 2008/07/01 04:50:59 brad Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -15,6 +15,7 @@ option DST=0 # daylight saving time used by RTC
#makeoptions DEBUG="-g" # compile full symbol table
option FFS # UFS
+option FFS2 # UFS2
option EXT2FS # Linux ext2fs
option NFSCLIENT # Network File System client