Bump the ramdisk size so that the contents fits again.

OK'ed by reinoud@
This commit is contained in:
he 2010-01-13 14:24:58 +00:00
parent abd4f4b435
commit 12e154bf88
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.21 2009/09/24 21:04:45 he Exp $
# $NetBSD: Makefile,v 1.22 2010/01/13 14:24:58 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 2000k
IMAGESIZE= 2300k
MAKEFS_FLAGS= -f 15
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.55 2009/12/05 20:11:03 pooka Exp $
# $NetBSD: INSTALL,v 1.56 2010/01/13 14:24:58 he Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.55 $"
#ident "INSTALL-$Revision: 1.56 $"
# estimated number of users
maxusers 32
@ -122,7 +122,7 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Device options
options MEMORY_DISK_HOOKS # boottime setup of ramdisk
options MEMORY_DISK_ROOT_SIZE=4100 # Size in blocks
options MEMORY_DISK_ROOT_SIZE=4700 # Size in blocks
options MEMORY_DISK_IS_ROOT # use memory disk as root
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode