From 79ac37a6d5429e9ff3f15c912831100d5c420e1f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 8 Jun 2007 02:30:21 +0000 Subject: increase the % of space given to inodes --- distrib/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/ramdisk/Makefile') 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} -- cgit v1.2.3