diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-06 08:23:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-06 08:23:50 +0000 |
commit | e5daf32336bb0ca199d2533a7c14e750b9527886 (patch) | |
tree | a5671a5ee19362c383dd027aaaef8d6caecd7345 /sys/arch/sparc/conf | |
parent | 3df01d97234245af8857e6054dd2fe723823c81a (diff) |
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
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
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 |