Module Name:    src
Committed By:   bouyer
Date:           Sun Feb 14 14:04:53 UTC 2010

Modified Files:
        src/distrib/pmax/instkernel [netbsd-5]: Makefile

Log Message:
Apply patch, requested by snj in ticket 1305:
        distrib/pmax/instkernel/Makefile: patch
Bump the size of the pmax instkernel ramdisk to 2200k.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.28.1 src/distrib/pmax/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/pmax/instkernel/Makefile
diff -u src/distrib/pmax/instkernel/Makefile:1.36 src/distrib/pmax/instkernel/Makefile:1.36.28.1
--- src/distrib/pmax/instkernel/Makefile:1.36	Mon Jan 16 00:16:44 2006
+++ src/distrib/pmax/instkernel/Makefile	Sun Feb 14 14:04:53 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.36 2006/01/16 00:16:44 he Exp $
+#	$NetBSD: Makefile,v 1.36.28.1 2010/02/14 14:04:53 bouyer Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -6,7 +6,7 @@
 .include <bsd.kernobj.mk>
 
 IMAGE=		diskimage
-IMAGESIZE=	2100k
+IMAGESIZE=	2200k
 LISTS=		${.CURDIR}/list
 MTREECONF=	${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=	le

Reply via email to