summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-12 17:49:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-12 17:49:15 +0000
commit64682a72ac119a8b4edb1b8bd9f7419964f9c778 (patch)
treec388ec34056bfe05342b238b53377335dcc4a17f /distrib
parentc6972477348a1f9f5bd6d2267817680c7d889039 (diff)
More inodes by default on the ramdisk, because otherwise a many-disk
system runs out of space; reported by William Yodlowsky
Diffstat (limited to 'distrib')
-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}: