diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-25 13:44:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-25 13:44:49 +0000 |
commit | 57f801c356db9d406f52988585828c01cf650e91 (patch) | |
tree | 82944c4562fec484e5c6b12334b71705bf049dd2 /distrib | |
parent | 64f517666b0287a4d317000e6702bf891f7461b8 (diff) |
for no apparent reason we ran out of inodes
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/hppa/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile index 545e11db10c..d305a01562f 100644 --- a/distrib/hppa/ramdisk/Makefile +++ b/distrib/hppa/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/05/06 20:39:26 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 2003/07/25 13:44:48 mickey Exp $ CBIN= instbin ARCHDIR= ${.CURDIR}/.. @@ -40,7 +40,7 @@ GZIPFLAGS?= -9 # 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 -c 64 -s ${IMAGESIZE} +NEWFSOPTS_RD?= ${NEWFSOPTS} -i 4096 -c 64 -s ${IMAGESIZE} all: bsd.rd ${LIF} ${CDROM} |