From e8d8d58b77decb4b48fe48394a2ca273ef25b690 Mon Sep 17 00:00:00 2001 From: he Date: Mon, 16 Jan 2006 00:13:58 +0000 Subject: [PATCH] Bump the image size from 3M to 3.2M, so that it fits again. --- distrib/sgimips/instkernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/sgimips/instkernel/Makefile b/distrib/sgimips/instkernel/Makefile index 5af130e20ab5..944c7a2626cb 100644 --- a/distrib/sgimips/instkernel/Makefile +++ b/distrib/sgimips/instkernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/03/01 00:22:07 sekiya Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/16 00:13:58 he Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -6,7 +6,7 @@ .include IMAGE= diskimage -IMAGESIZE= 3m +IMAGESIZE= 3200k LISTS= ${.CURDIR}/list MTREECONF= ${DISTRIBDIR}/common/mtree.dot IMAGEENDIAN= be