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 image size to unbr...



details:   https://anonhg.NetBSD.org/src/rev/5eabc9e038a3
branches:  trunk
changeset: 822394:5eabc9e038a3
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Mar 18 17:07:04 2017 +0000

description:
Bump image size to unbreak builds.
nbmakefs: `work' size of 21610496 is larger than the maxsize of 20480000.

ok jakllsch

diffstat:

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

diffs (16 lines):

diff -r d4f89030a4ae -r 5eabc9e038a3 distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Sat Mar 18 16:12:20 2017 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Sat Mar 18 17:07:04 2017 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.14 2017/02/11 22:57:00 christos Exp $
+#      $NetBSD: Makefile,v 1.15 2017/03/18 17:07:04 sevan Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     20000k
+IMAGESIZE=     22000k
 MAKEFS_FLAGS+= -f 15
 
 .if ${MKREPRO_TIMESTAMP:Uno} != "no"



Home | Main Index | Thread Index | Old Index