summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-10-12 17:49:14 +0000
committerderaadt <deraadt@openbsd.org>2009-10-12 17:49:14 +0000
commitcb63a59440ebb9d2f5553cc5877c254163f142d6 (patch)
tree18dbab1a67e8970e40f8fa71d2b7e1c684daebec
parentsource code can fit on a 80-column display, no binary change. (diff)
downloadwireguard-openbsd-cb63a59440ebb9d2f5553cc5877c254163f142d6.tar.xz
wireguard-openbsd-cb63a59440ebb9d2f5553cc5877c254163f142d6.zip
More inodes by default on the ramdisk, because otherwise a many-disk
system runs out of space; reported by William Yodlowsky
-rw-r--r--distrib/sparc64/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/ramdisk/Makefile b/distrib/sparc64/ramdisk/Makefile
index 60eab460f64..0415814c301 100644
--- a/distrib/sparc64/ramdisk/Makefile
+++ b/distrib/sparc64/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2009/04/17 15:59:48 deraadt Exp $
+# $OpenBSD: Makefile,v 1.23 2009/10/12 17:49:14 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -42,7 +42,7 @@ STRIP?= strip
DISKTYPE= rdroot
NBLKS= 6144
# minfree, opt, b/i trks, sects, cpg
-NEWFSARGS= -m 0 -o space -i 8192
+NEWFSARGS= -m 0 -o space -i 4096
.ifndef DESTDIR
all ${IMAGE}: