Source-Changes-HG archive

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

[src/trunk]: src/distrib/cobalt/ramdisk Sync image size with available space ...



details:   https://anonhg.NetBSD.org/src/rev/35be77e5ea23
branches:  trunk
changeset: 1008945:35be77e5ea23
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 06 13:28:15 2020 +0000

description:
Sync image size with available space reserved in the RAMDISK kernel

diffstat:

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

diffs (16 lines):

diff -r 6085cb1f7c26 -r 35be77e5ea23 distrib/cobalt/ramdisk/Makefile
--- a/distrib/cobalt/ramdisk/Makefile   Mon Apr 06 13:10:48 2020 +0000
+++ b/distrib/cobalt/ramdisk/Makefile   Mon Apr 06 13:28:15 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.13 2019/12/29 18:26:16 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2020/04/06 13:28:15 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     3600k
+IMAGESIZE=     3700k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index