diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index c72ef4ac4c3..88e4529a672 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2001/06/27 05:46:12 art Exp $ +# $OpenBSD: RAMDISK,v 1.13 2001/10/06 18:07:54 miod Exp $ # # Ram disk kernel. # @@ -36,7 +36,7 @@ option FFS # UFS option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system -option MSDOSFS # MS-DOS file system +#option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED option INET # IP + ICMP + TCP + UDP diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 40622477da3..429a3e49c99 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2001/08/18 20:29:53 miod Exp $ +# $OpenBSD: RAMDISK,v 1.11 2001/10/06 18:07:57 miod Exp $ machine vax # machine type @@ -37,7 +37,7 @@ option FFS # UFS option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system -option MSDOSFS # MS-DOS file system +#option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED option INET # IP + ICMP + TCP + UDP |