Source-Changes-HG archive

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

[src/trunk]: src/distrib/arc/ramdisk Slightly increase the image size



details:   https://anonhg.NetBSD.org/src/rev/559119e5c50e
branches:  trunk
changeset: 823871:559119e5c50e
user:      martin <martin%NetBSD.org@localhost>
date:      Fri May 12 07:26:35 2017 +0000

description:
Slightly increase the image size

diffstat:

 distrib/arc/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 8910689fa332 -r 559119e5c50e distrib/arc/ramdisk/Makefile
--- a/distrib/arc/ramdisk/Makefile      Fri May 12 07:12:37 2017 +0000
+++ b/distrib/arc/ramdisk/Makefile      Fri May 12 07:26:35 2017 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.25 2017/01/24 18:04:01 christos Exp $
+#      $NetBSD: Makefile,v 1.26 2017/05/12 07:26:35 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2860k
+IMAGESIZE=     3060k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index