Give the ramdisk some free inodes so that sysinst can create temp
files.
This commit is contained in:
parent
2955e1790d
commit
4e2f3e20f5
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2002/03/30 06:55:18 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2002/03/31 03:04:49 thorpej Exp $
|
||||
|
||||
.include "${.CURDIR}/../../../Makefile.inc"
|
||||
.include <bsd.own.mk>
|
||||
|
@ -20,6 +20,8 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
|||
${_SRC_TOP_}/etc/protocols ${_SRC_TOP_}/etc/netconfig \
|
||||
${_SRC_TOP_}/etc/services
|
||||
|
||||
MAKEFS_FLAGS= -f 10
|
||||
|
||||
# Use stubs to eliminate some large stuff from libc
|
||||
HACKSRC= ${DISTRIBDIR}/utils/libhack
|
||||
.include "${HACKSRC}/Makefile.inc"
|
||||
|
|
Loading…
Reference in New Issue