diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-06 18:07:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-06 18:07:58 +0000 |
commit | edfa238ee35055f220e01a3d0ebd3c66c81ccf19 (patch) | |
tree | d2d10acc33084af14e3bf7e5b6ba3af2ea712765 /sys/arch/hp300 | |
parent | 4a4be3107df63d9d23658338877571a6d2800d74 (diff) |
Remove MSDOSFS support from the ramdisk.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 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 |