Bump ramdisk size from 500k to 600k to compensate for recent bloat,

probably caused by ifconfig now needing proplib.
This commit is contained in:
he 2008-05-16 15:16:15 +00:00
parent 940992e2c0
commit 88939bb817
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.35 2007/06/24 05:41:53 isaki Exp $
# $NetBSD: Makefile,v 1.36 2008/05/16 15:16:15 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
IMAGE= ramdisk.fs
IMAGESIZE= 500k
IMAGESIZE= 600k
MAKEFS_FLAGS= -f 6 -o density=3500
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.48 2008/04/05 22:08:41 tsutsui Exp $
# $NetBSD: RAMDISK,v 1.49 2008/05/16 15:16:15 he Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@ -43,7 +43,7 @@ options INET # IP protocol stack support
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=1000 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=1200 # size of memory disk, in blocks
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK3X,v 1.36 2008/04/05 22:08:41 tsutsui Exp $
# $NetBSD: RAMDISK3X,v 1.37 2008/05/16 15:16:15 he Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@ -43,7 +43,7 @@ options INET # IP protocol stack support
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=1000 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=1200 # size of memory disk, in blocks
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)