Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies/ramdisk More inodes.



details:   https://anonhg.NetBSD.org/src/rev/a0e5c6c183dc
branches:  trunk
changeset: 483712:a0e5c6c183dc
user:      ad <ad%NetBSD.org@localhost>
date:      Thu Mar 16 14:56:19 2000 +0000

description:
More inodes.

diffstat:

 distrib/i386/floppies/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 37bec714bff7 -r a0e5c6c183dc distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile    Thu Mar 16 14:55:23 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile    Thu Mar 16 14:56:19 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2000/02/27 20:26:28 mycroft Exp $
+#      $NetBSD: Makefile,v 1.23 2000/03/16 14:56:19 ad Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -42,7 +42,7 @@
        dd if=/dev/zero of=${IMAGE} count=3072
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
        disklabel -rw ${VND_CDEV} ${DISKTYPE}
-       newfs -B le -m 0 -o space -i 4000 -c 80 ${VND_RDEV} ${DISKTYPE}
+       newfs -B le -m 0 -o space -i 3950 -c 80 ${VND_RDEV} ${DISKTYPE}
        mount ${VND_DEV} ${MOUNT_POINT}
        mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -U
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \



Home | Main Index | Thread Index | Old Index