Enable file-system CD9660 to make cd(4) actually usable.
This commit is contained in:
parent
b20d0e739e
commit
51c2df58e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user