Bump the ramdisk image size so that the contents fits again.

This commit is contained in:
he 2013-08-26 07:14:59 +00:00
parent 38648a41ea
commit 8d81ddd3bf
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.15 2010/02/11 09:06:47 roy Exp $
# $NetBSD: Makefile,v 1.16 2013/08/26 07:14:59 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 1924k
IMAGESIZE= 2112k
MAKEFS_FLAGS= -f 15
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.42 2013/06/30 21:38:55 rmind Exp $
# $NetBSD: INSTALL,v 1.43 2013/08/26 07:14:59 he Exp $
# INSTALL configuration, used to generate installation media
@ -106,7 +106,7 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=4224 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# WS console uses DUMB, SUN or VT100 terminal emulation