Bump the install image size so that this builds again.
This commit is contained in:
parent
a674a0dfdb
commit
e0e72b8a73
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2011/08/11 07:47:22 he Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2012/02/04 22:27:25 he Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
@ -16,7 +16,7 @@ LISTS= ${.CURDIR}/list64
|
|||
.endif
|
||||
|
||||
IMAGE= diskimage
|
||||
IMAGESIZE= 3700k
|
||||
IMAGESIZE= 3800k
|
||||
MTREECONF= ${DISTRIBDIR}/common/mtree.dot
|
||||
IMAGEENDIAN= be
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.18 2010/02/11 09:06:50 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2012/02/04 22:27:26 he Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGETAR= diskimage.tgz
|
||||
IMAGESIZE= 3m
|
||||
IMAGESIZE= 3200k
|
||||
MAKEFS_FLAGS= -f 15 -o density=4k
|
||||
|
||||
WARNS= 1
|
||||
|
|
|
@ -11,5 +11,5 @@ makeoptions COPTS="-Os"
|
|||
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=6144 # size of memory disk in blocks (3MB)
|
||||
options MEMORY_DISK_ROOT_SIZE=6400 # size of memory disk in blocks (3200k)
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
|
Loading…
Reference in New Issue