Skip to content

Commit 2ef3014

Browse files
bradbrad
authored andcommitted
Make the sshramdisk a bit bigger. Hopefully fixes the build.
1 parent 86f516e commit 2ef3014

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • distrib/evbarm/instkernel/sshramdisk

distrib/evbarm/instkernel/sshramdisk/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# $NetBSD: Makefile,v 1.28 2024/05/17 21:31:10 christos Exp $
1+
# $NetBSD: Makefile,v 1.29 2025/12/01 21:22:33 brad Exp $
22

33
.include <bsd.own.mk>
44
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
55

66
IMAGE= sshramdisk.fs
7-
IMAGESIZE= 45000k
7+
IMAGESIZE= 50000k
88
MAKEFS_FLAGS+= -f 15
99

1010
.if ${MKREPRO_TIMESTAMP:Uno} != "no"

0 commit comments

Comments
 (0)