Make more free inodes on luna88k bsd.rd.
authoraoyama <aoyama@openbsd.org>
Mon, 17 May 2021 22:11:35 +0000 (22:11 +0000)
committeraoyama <aoyama@openbsd.org>
Mon, 17 May 2021 22:11:35 +0000 (22:11 +0000)
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@

distrib/luna88k/ramdisk/Makefile

index 3b063be..5c503bf 100644 (file)
@@ -1,4 +1,4 @@
-#      $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
@@ -11,7 +11,7 @@ LISTS=                ${.CURDIR}/list
 UTILS=         ${.CURDIR}/../../miniroot
 
 MRDISKTYPE=    rdroot
-MRMAKEFSARGS=  -o disklabel=${MRDISKTYPE},minfree=0
+MRMAKEFSARGS=  -o disklabel=${MRDISKTYPE},minfree=0,density=4096
 
 LDSTATIC=-static