diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-05-30 20:53:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-05-30 20:53:15 +0000 |
commit | 3910ed59e141eb1d73e6b6d1bc6330cbc8628ad9 (patch) | |
tree | 7ce648b3ef1775673871bb9fcc58a96bc0164615 /sys/arch/i386/conf/RAMDISKB | |
parent | 6e12f01925b07aee8f9979b2806326cf135d6857 (diff) |
skip ext2fs on this
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKB')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 5e8a717705f..9150f2bac58 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.106 2008/05/23 14:04:18 brad Exp $ +# $OpenBSD: RAMDISKB,v 1.107 2008/05/30 20:53:14 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -15,7 +15,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 |