Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/next68k/conf Enable file-system CD9660.



details:   https://anonhg.NetBSD.org/src/rev/58aa65bb606b
branches:  trunk
changeset: 373449:58aa65bb606b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 11 07:12:34 2023 +0000

description:
Enable file-system CD9660.

It's useful for installation especially on emulators.

diffstat:

 sys/arch/next68k/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 03b6f24510c8 -r 58aa65bb606b sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Sat Feb 11 07:01:32 2023 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Sat Feb 11 07:12:34 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.157 2023/02/04 14:38:09 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.158 2023/02/11 07:12:34 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.157 $"
+#ident                 "GENERIC-$Revision: 1.158 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer"
        # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -87,7 +87,7 @@
 #file-system   LFS             # log-structured file system
 file-system    MFS             # memory file system
 file-system    NFS             # Network File System client
-#file-system   CD9660          # ISO 9660 + Rock Ridge file system
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
 #file-system   MSDOSFS         # MS-DOS file system
 file-system    FDESC           # /dev/fd
 file-system    KERNFS          # /kern



Home | Main Index | Thread Index | Old Index