Bump the ramdisk size; the longer paths on the build cluster are
likely enough to put this over the edge.
This commit is contained in:
parent
8659cbbc7e
commit
48ed1e8202
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.31 2010/02/11 09:06:49 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2014/08/10 20:04:30 riz Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 2560k
|
||||
IMAGESIZE= 2660k
|
||||
MAKEFS_FLAGS= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.42 2013/04/27 18:19:47 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.43 2014/08/10 20:04:30 riz Exp $
|
||||
#
|
||||
# INSTALL kernel for RISC-NEWS
|
||||
|
||||
|
@ -14,7 +14,7 @@ maxusers 8
|
|||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace md(4) support
|
||||
options MEMORY_DISK_ROOT_SIZE=5120 # 2.5 Megabytes
|
||||
options MEMORY_DISK_ROOT_SIZE=5320 # 2.6 Megabytes
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
||||
options news3400
|
||||
|
|
Loading…
Reference in New Issue