Module Name:    src
Committed By:   tsutsui
Date:           Wed Jan  1 08:41:52 UTC 2014

Modified Files:
        src/sys/arch/luna68k/conf: GENERIC

Log Message:
Enable file-system CD9660 to make cd(4) actually usable.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/luna68k/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/luna68k/conf/GENERIC
diff -u src/sys/arch/luna68k/conf/GENERIC:1.109 src/sys/arch/luna68k/conf/GENERIC:1.110
--- src/sys/arch/luna68k/conf/GENERIC:1.109	Sat Dec 21 17:12:36 2013
+++ src/sys/arch/luna68k/conf/GENERIC	Wed Jan  1 08:41:52 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.109 2013/12/21 17:12:36 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.110 2014/01/01 08:41:52 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/luna68k/conf/std.luna68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.109 $"
+#ident 		"GENERIC-$Revision: 1.110 $"
 
 maxusers	8
 
@@ -79,7 +79,7 @@ file-system 	FFS		# ufs file system
 #file-system	LFS		# log-structured file system
 file-system 	NFS		# nfs client support
 file-system	MFS
-#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
+file-system 	CD9660		# ISO 9660 + Rock Ridge file system
 #file-system	MSDOSFS		# MS-DOS FAT file system
 file-system 	KERNFS		# /kern
 file-system 	PROCFS		# /proc

Reply via email to