summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-10-21 17:46:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-10-21 17:46:34 +0000
commitec7cb1bd08c07fe9bcad0f57ab4563223b116040 (patch)
tree655dd24812df231a6a2da01b49210f8ba1efba04 /sys/arch/sparc64
parenta2ed9819fde93a50acfadbe82af68759f4a9b35a (diff)
I want msdos filesystem support on the big bsd.rd
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/conf/RAMDISK3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index 5ce83b1228a..d723639ebec 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.102 2012/09/27 14:01:35 jsg Exp $
+# $OpenBSD: RAMDISK,v 1.103 2012/10/21 17:46:33 deraadt Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -26,6 +26,7 @@ option FFS # UFS
option FFS2 # UFS2
option NFSCLIENT # Network File System client
option CD9660 # ISO 9660 + Rock Ridge file system
+option MSDOSFS # MS-DOS file system
option UDF # UDF (DVD) file system
option INET # IP + ICMP + TCP + UDP
option INET6 # IPv6 (needs INET)