Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/ramdisk Give us a bit of breathing room since t...



details:   https://anonhg.NetBSD.org/src/rev/f3ee1da8e821
branches:  trunk
changeset: 840330:f3ee1da8e821
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 03 11:29:39 2019 +0000

description:
Give us a bit of breathing room since the calculated size of mkfs is not
working.

diffstat:

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

diffs (17 lines):

diff -r adf34c590136 -r f3ee1da8e821 distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile     Wed Apr 03 08:34:33 2019 +0000
+++ b/distrib/pmax/ramdisk/Makefile     Wed Apr 03 11:29:39 2019 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.50 2019/03/29 16:06:28 christos Exp $
+#      $NetBSD: Makefile,v 1.51 2019/04/03 11:29:39 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
 IMAGETAR=      diskimage.tgz
-IMAGESIZE=     4000k
+IMAGESIZE=     4100k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index