Sync image size with available space reserved in the RAMDISK kernel

This commit is contained in:
martin 2020-04-06 13:28:15 +00:00
parent 2fc87b1b6a
commit 94c50ac97f
1 changed files with 2 additions and 2 deletions

View File

@ -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