diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-04 22:51:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-04 22:51:32 +0000 |
commit | c364328166fb781d73c049cc1e32384eb7498270 (patch) | |
tree | 62a3e074877c69ae9b1c9ca24d07087bfe79ebdd /distrib/alpha/ramdisk/Makefile | |
parent | 83a34c14948dbfadb3145fd5828f6a5078384333 (diff) |
Still not enough inodes, this fixes it for real.
Diffstat (limited to 'distrib/alpha/ramdisk/Makefile')
-rw-r--r-- | distrib/alpha/ramdisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile index b6b53cd5919..7863643f205 100644 --- a/distrib/alpha/ramdisk/Makefile +++ b/distrib/alpha/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 1999/04/04 22:27:11 millert Exp $ +# $OpenBSD: Makefile,v 1.18 1999/04/04 22:51:31 millert Exp $ TOP= ${.CURDIR}/.. @@ -37,7 +37,7 @@ NBLKS= 6144 # old format, minfree, opt, b/i trks, sects, cpg NEWFSARGS= -t ffs -m 0 -o space -NEWFSARGS_RD= -i 131072 -c 80 +NEWFSARGS_RD= -i 8192 -c 80 NEWFSARGS_FD= -i 524288 -c 80 ${FLOPPY}: bsd.gz @@ -92,7 +92,6 @@ do_prep: do_mount: newfs ${NEWFSARGS} ${NEWFSARGS_RD} -s ${NBLKS} ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} - df -i ${MOUNT_POINT} do_umount: @echo "" |