Add CD9660 now that it works.
authormillert <millert@openbsd.org>
Sun, 6 Apr 1997 06:32:18 +0000 (06:32 +0000)
committermillert <millert@openbsd.org>
Sun, 6 Apr 1997 06:32:18 +0000 (06:32 +0000)
sys/arch/alpha/conf/GENERIC

index b931716..d582fa5 100644 (file)
@@ -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