Free inodes of luna88k bsd.rd are insufficient when we want to install
sets from another disk of the root disk. Make more inodes by specifying
density=4096.
Spotted by Anders Gavare, the author of GXemul. Thanks!
ok deraadt@
-# $OpenBSD: Makefile,v 1.30 2020/05/18 06:20:43 otto Exp $
+# $OpenBSD: Makefile,v 1.31 2021/05/17 22:11:35 aoyama Exp $
FS= miniroot${OSrev}.img
FSSIZE= 8192
UTILS= ${.CURDIR}/../../miniroot
MRDISKTYPE= rdroot
-MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0
+MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
LDSTATIC=-static