Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk Bump imagesize to fix b...



details:   https://anonhg.NetBSD.org/src/rev/f102a4ed31fb
branches:  trunk
changeset: 787692:f102a4ed31fb
user:      htodd <htodd%NetBSD.org@localhost>
date:      Fri Jun 28 15:31:26 2013 +0000

description:
Bump imagesize to fix build.

diffstat:

 distrib/evbarm/instkernel/sshramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 5c27d1d76de6 -r f102a4ed31fb distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Fri Jun 28 15:26:57 2013 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Fri Jun 28 15:31:26 2013 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.1 2013/03/19 22:16:53 garbled Exp $
+#      $NetBSD: Makefile,v 1.2 2013/06/28 15:31:26 htodd Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     3572k
+IMAGESIZE=     3684k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index