diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-08 02:30:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-08 02:30:21 +0000 |
commit | 79ac37a6d5429e9ff3f15c912831100d5c420e1f (patch) | |
tree | ed12054f648d539e4f8510c67b43c6d3a9f8a38c /distrib/ramdisk/Makefile | |
parent | b69764ef294415a7f0a4dde005403e0453a515eb (diff) |
increase the % of space given to inodes
Diffstat (limited to 'distrib/ramdisk/Makefile')
-rw-r--r-- | distrib/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile index 6a631093ccf..1741083fa17 100644 --- a/distrib/ramdisk/Makefile +++ b/distrib/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2007/04/13 17:34:40 millert Exp $ +# $OpenBSD: Makefile,v 1.30 2007/06/08 02:30:20 deraadt Exp $ REV= ${OSrev} @@ -46,7 +46,7 @@ RAWLABEL?= -r # old format, minfree, opt, b/i trks, sects, cpg NEWFSOPTS= -t ffs -m 0 -o space -f 1024 -b 8192 -NEWFSOPTS_RD?= ${NEWFSOPTS} -i 16384 -s ${IMAGESIZE} +NEWFSOPTS_RD?= ${NEWFSOPTS} -i 8192 -s ${IMAGESIZE} #NEWFSOPTS_FD= ${NEWFSOPTS} -i 524288 -c ${FLOPPYSIZE} -s ${FLOPPYSIZE} NEWFSOPTS_FD= ${NEWFSOPTS} -i 1048575 -c ${FLOPPYSIZE} -s ${FLOPPYSIZE} |