diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2013-08-01 16:39:06 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2013-08-01 16:39:06 +0000 |
commit | 72b58ce4cf86d6eb10689f7ef79bf05da72a44ed (patch) | |
tree | 5fafbefe095cb43df070cefcc0553c1eb5d009ae | |
parent | d906d9f5809eba50f22ef7e340216b86074d9602 (diff) |
Create more inodes on the sparc64 installation ramdisk. The new ratio matches
what most other architectures are using. Prevents problems during installation
or upgrade when a few files need to be added to the ramdisk, such as additional
disk device nodes in /dev. Tested with full make build, release, install cycle.
ok deraadt halex
-rw-r--r-- | distrib/sparc64/bsd.rd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/bsd.rd/Makefile b/distrib/sparc64/bsd.rd/Makefile index b3f13ad3210..5277eaecfe8 100644 --- a/distrib/sparc64/bsd.rd/Makefile +++ b/distrib/sparc64/bsd.rd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2011/07/08 21:39:32 drahn Exp $ +# $OpenBSD: Makefile,v 1.24 2013/08/01 16:39:05 stsp Exp $ TOP= ${.CURDIR}/.. @@ -40,7 +40,7 @@ NBLKS= 5744 # old format, minfree, opt, b/i trks, sects, cpg NEWFSARGS= -t ffs -m 0 -o space -NEWFSARGS_RD= -i 8192 -c ${NBLKS} +NEWFSARGS_RD= -i 4096 -c ${NBLKS} NEWFSARGS_FD= -i 524288 -c 2880 bsd.rd: bsd.rd_unz |