diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-01 15:22:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-01 15:22:24 +0000 |
commit | 9019295065b857985ee9c33e78db89ada514a4e7 (patch) | |
tree | 7e100487a82e412eb4520395592e983a195ffee0 /sys/arch/hp300 | |
parent | 1a60e8dad01d227ec75ba1409337cf1a01ece709 (diff) |
RAMDISK kernels do not need DIAGNOSTIC
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index fff56c75f17..0fba44d4aff 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.28 2006/07/09 19:45:01 miod Exp $ +# $OpenBSD: RAMDISK,v 1.29 2007/05/01 15:22:23 deraadt Exp $ # # Ram disk kernel. # @@ -24,8 +24,6 @@ maxusers 32 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC -option DIAGNOSTIC # internal consistency checks - option FFS # UFS #option EXT2FS # Linux ext2fs |