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 24MB...



details:   https://anonhg.NetBSD.org/src/rev/755d77882057
branches:  trunk
changeset: 827289:755d77882057
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Oct 22 23:15:54 2017 +0000

description:
Bump image size to 24MB, won't fit for plain evbarm otherwise.

diffstat:

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

diffs (16 lines):

diff -r 712ee20efb3d -r 755d77882057 distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Sun Oct 22 23:01:34 2017 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Sun Oct 22 23:15:54 2017 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.15 2017/03/18 17:07:04 sevan Exp $
+#      $NetBSD: Makefile,v 1.16 2017/10/22 23:15:54 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     22000k
+IMAGESIZE=     24000k
 MAKEFS_FLAGS+= -f 15
 
 .if ${MKREPRO_TIMESTAMP:Uno} != "no"



Home | Main Index | Thread Index | Old Index