diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-23 16:22:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-23 16:22:33 +0000 |
commit | 511ce16e07fb76aa563a547881474cd3c7354f61 (patch) | |
tree | ca6c6bdd8032e3ab4a127ea425fc608affecce4e /sys/arch/i386/conf/RAMDISKC | |
parent | 97df39b4609fb5347190e9cb95664cf5693c5031 (diff) |
we choose more drivers/firmwares over ext2fs
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKC')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 7e655c0f477..7c18ef0e6a8 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.67 2006/06/19 02:01:46 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.68 2006/06/23 16:22:32 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -21,7 +21,7 @@ option DST=0 # daylight saving time used by RTC #makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS -option EXT2FS # Linux ext2fs +#option EXT2FS # Linux ext2fs #option NFSCLIENT # Network File System client |