Change inode allocation to 5000 since we don't need nearly as many inodes now and do need the space they take up.

This commit is contained in:
jmc 2001-01-24 18:18:56 +00:00
parent bcdff193d6
commit 0c549828e0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2000/12/17 09:57:49 jmc Exp $
# $NetBSD: Makefile,v 1.5 2001/01/24 18:18:57 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@ -39,7 +39,7 @@ ${IMAGE}: ${CBIN} ${AUXDEPENDS} ${MTREE} ${LISTS}
512/${RAMDISKSPC}/1/${RAMDISKCYLS}
-disklabel ${VND_CDEV} >tmplabel
disklabel -r -R ${VND_CDEV} tmplabel
newfs -B le -m 0 -o space -i 3950 -c 80 ${VND_RDEV}
newfs -B le -m 0 -o space -i 5000 -c 80 ${VND_RDEV}
mount ${VND_DEV} ${MOUNT_POINT}
mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -U
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \