Bump ramdisk size from 500k to 600k to compensate for recent bloat,
probably caused by ifconfig now needing proplib.
This commit is contained in:
parent
940992e2c0
commit
88939bb817
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue