Module Name: src Committed By: he Date: Sat Aug 31 10:42:18 UTC 2013
Modified Files: src/distrib/sgimips/instkernel: Makefile Log Message: Bump the image size so that the contents fits again. Kernel (at least INSTALL32_IP3x) has big enough area already. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/distrib/sgimips/instkernel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sgimips/instkernel/Makefile diff -u src/distrib/sgimips/instkernel/Makefile:1.10 src/distrib/sgimips/instkernel/Makefile:1.11 --- src/distrib/sgimips/instkernel/Makefile:1.10 Sat Feb 4 22:27:25 2012 +++ src/distrib/sgimips/instkernel/Makefile Sat Aug 31 10:42:18 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/02/04 22:27:25 he Exp $ +# $NetBSD: Makefile,v 1.11 2013/08/31 10:42:18 he Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -16,7 +16,7 @@ LISTS= ${.CURDIR}/list64 .endif IMAGE= diskimage -IMAGESIZE= 3800k +IMAGESIZE= 4000k MTREECONF= ${DISTRIBDIR}/common/mtree.dot IMAGEENDIAN= be