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 - new f...



details:   https://anonhg.NetBSD.org/src/rev/b6d08dbd86fd
branches:  trunk
changeset: 746173:b6d08dbd86fd
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 23 11:45:00 2020 +0000

description:
Bump image size - new firmware files need more space

diffstat:

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

diffs (16 lines):

diff -r ef5f18e37e4d -r b6d08dbd86fd distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Mon Mar 23 10:35:56 2020 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Mon Mar 23 11:45:00 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.23 2020/03/01 20:59:54 christos Exp $
+#      $NetBSD: Makefile,v 1.24 2020/03/23 11:45:00 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     33000k
+IMAGESIZE=     43000k
 MAKEFS_FLAGS+= -f 15
 
 .if ${MKREPRO_TIMESTAMP:Uno} != "no"



Home | Main Index | Thread Index | Old Index