summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-06 06:32:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-06 06:32:19 +0000
commit38a4fe5c6f4cf0f7b24cb2b976723cdb07d79f71 (patch)
tree7cc98b40079d493498934bc410db479b2dad3e9a /sys
parentd322712308e686f332a449b6a6f9dd2aa56d37d2 (diff)
Add CD9660 now that it works.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index b931716c52e..d582fa5ae58 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.13 1997/03/25 08:00:42 niklas Exp $
+# $OpenBSD: GENERIC,v 1.14 1997/04/06 06:32:18 millert Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -30,6 +30,7 @@ options FFS # Fast file system
options MFS # Memory-based file system
options NFSSERVER # Sun NFS-compatible file system server
options NFSCLIENT # Sun NFS-compatible file system client
+option CD9660 # ISO 9660 + Rock Ridge file system
# Networking options
options INET # Internet protocol suite