summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-07-02 03:00:04 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-07-02 03:00:04 +0000
commit95c321782f046a5549c55dd40a54945e209e57a0 (patch)
treeb152dbc0c86565a430afb7267168f5066480f54d /sys/arch
parent2bbeb14e7d0899f31acede7fbb290dbc5480da3f (diff)
Enable FFS2.
ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/conf/RAMDISK3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK
index 2c98324a41f..68530040623 100644
--- a/sys/arch/hppa/conf/RAMDISK
+++ b/sys/arch/hppa/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.83 2008/07/01 18:58:20 todd Exp $
+# $OpenBSD: RAMDISK,v 1.84 2008/07/02 03:00:03 brad Exp $
#
# Diskless kernel config
#
@@ -11,6 +11,7 @@ option SCSITERSE
option DDB # in-kernel debugger
option FFS # UFS
+option FFS2 # UFS2
option NFSCLIENT # Network File System client
option CD9660 # ISO 9660 + Rock Ridge file system
#option UDF # UDF (DVD) file system