Module Name:    src
Committed By:   skrll
Date:           Thu Jun 19 16:34:21 UTC 2014

Modified Files:
        src/distrib/hppa/ramdisk: Makefile

Log Message:
Increase IMAGESIZE to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/hppa/ramdisk/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/hppa/ramdisk/Makefile
diff -u src/distrib/hppa/ramdisk/Makefile:1.2 src/distrib/hppa/ramdisk/Makefile:1.3
--- src/distrib/hppa/ramdisk/Makefile:1.2	Fri Feb 28 09:50:48 2014
+++ src/distrib/hppa/ramdisk/Makefile	Thu Jun 19 16:34:21 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.2 2014/02/28 09:50:48 skrll Exp $
+#	$NetBSD: Makefile,v 1.3 2014/06/19 16:34:21 skrll Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2600k
+IMAGESIZE=	3000k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1

Reply via email to