Subject: IMAGESIZE too small to build release (from CVS tag netbsd-1-6)
To: None <port-sparc@netbsd.org>
From: David Bonnafous <dbonnafo@lfbsi.net>
List: port-sparc
Date: 02/08/2004 10:28:19
hi,

I use NetBSD 1.6 on i386 to cross-compile NetBSD 1.6 for sparc (from
cvs, tag netbsd-1-6).

I have a problem building the release

./build.sh -U -r -m sparc -D/NetBSD/NetBSD-1.6-sparc
-O/NetBSD/obj-sparc -R/NetBSD/NetBSD-1.6-sparc-release
-T/NetBSD/NetBSD-1.6-sparc-tools

I need to change a line in the Makefile.inc in
src/distrib/sparc/miniroot


#IMAGESIZE=	7680k
IMAGESIZE=	10240k


is it normal ?


thank you.