Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf Enable a few more filesystems
details: https://anonhg.NetBSD.org/src/rev/84305f9fec6a
branches: trunk
changeset: 960741:84305f9fec6a
user: martin <martin%NetBSD.org@localhost>
date: Sun Mar 28 08:43:05 2021 +0000
description:
Enable a few more filesystems
diffstat:
sys/arch/macppc/conf/POWERMAC_G5 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r c066a97d6b0b -r 84305f9fec6a sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5 Sun Mar 28 08:39:31 2021 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5 Sun Mar 28 08:43:05 2021 +0000
@@ -63,16 +63,16 @@
file-system KERNFS # /kern
file-system PROCFS # /proc
file-system NFS # Network File System client
-#file-system CD9660 # ISO 9660 + Rock Ridge file system
-#file-system MSDOSFS # MS-DOS file system
+file-system CD9660 # ISO 9660 + Rock Ridge file system
+file-system MSDOSFS # MS-DOS file system
file-system PTYFS # /dev/pts/N support
#file-system HFS # experimental - Apple HFS+ (read-only)
# File system options
-#options QUOTA # legacy UFS quotas
-#options QUOTA2 # new, in-filesystem UFS quotas
+options QUOTA # legacy UFS quotas
+options QUOTA2 # new, in-filesystem UFS quotas
#options FFS_EI # FFS Endian Independant support
-#options WAPBL # File system journaling support
+options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # ffs snapshots
Home |
Main Index |
Thread Index |
Old Index