Source-Changes-HG archive

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

src: increase sshramdisk from 24000k to 28000k.



details:   https://anonhg.NetBSD.org/src/rev/5f648d21baf9
branches:  trunk
changeset: 317920:5f648d21baf9
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Apr 08 15:48:39 2018 +0000
description:
increase sshramdisk from 24000k to 28000k.

diffstat:

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

diffs (16 lines):

diff -r e7f807759035 -r 5f648d21baf9 distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Sun Apr 08 15:11:25 2018 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Sun Apr 08 15:48:39 2018 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.16 2017/10/22 23:15:54 joerg Exp $
+#      $NetBSD: Makefile,v 1.17 2018/04/08 15:48:39 mlelstv Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     24000k
+IMAGESIZE=     28000k
 MAKEFS_FLAGS+= -f 15
 
 .if ${MKREPRO_TIMESTAMP:Uno} != "no"



Home | Main Index | Thread Index | Old Index