Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf Add CD9660 filesystem - useful for instal...



details:   https://anonhg.NetBSD.org/src/rev/3f5434f85889
branches:  trunk
changeset: 473299:3f5434f85889
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri May 28 08:07:12 1999 +0000

description:
Add CD9660 filesystem - useful for installing from CD-ROMs :-)

diffstat:

 sys/arch/pmax/conf/INSTALL |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8ae5db5b98f1 -r 3f5434f85889 sys/arch/pmax/conf/INSTALL
--- a/sys/arch/pmax/conf/INSTALL        Fri May 28 07:23:38 1999 +0000
+++ b/sys/arch/pmax/conf/INSTALL        Fri May 28 08:07:12 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.21 1999/04/26 04:30:26 ad Exp $
+#      $NetBSD: INSTALL,v 1.22 1999/05/28 08:07:12 simonb Exp $
 #
 # Distribution install kernel (any model)
 #    netbsd:   cut-down kernel for miniroots.
@@ -49,6 +49,7 @@
 # Filesystem options
 file-system    FFS                     # BSD fast filesystem
 file-system    NFS                     # Sun NFS-compatible filesystem (client)
+file-system    CD9660                  # ISO 9660 + Rock Ridge file system
 file-system    KERNFS                  # kernel data-structure filesystem
 
 



Home | Main Index | Thread Index | Old Index