From e5daf32336bb0ca199d2533a7c14e750b9527886 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 6 Mar 2008 08:23:50 +0000 Subject: Change ramdisk filesystem size from 4352 to 4000 blocks, so that bsd.rd does not overlap the boot code... this problem is starting to feel familiar.. tested by myself and claudio --- sys/arch/sparc/conf/RAMDISK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc/conf') diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 274f14f24b3..cf6796c02b2 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.62 2007/05/29 09:54:03 sobrado Exp $ +# $OpenBSD: RAMDISK,v 1.63 2008/03/06 08:23:49 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -9,7 +9,7 @@ maxusers 2 # the size for MINIROOTSIZE must insure: 16384+size(bsd) < RELOC(boot,bootxx) option RAMDISK_HOOKS -option MINIROOTSIZE=4352 +option MINIROOTSIZE=4000 #option DDB # need this to see what's happening -- cgit v1.2.3