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 Increase the number of inodes.



details:   https://anonhg.NetBSD.org/src/rev/725648bcdda3
branches:  trunk
changeset: 473593:725648bcdda3
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 09 01:45:28 1999 +0000

description:
Increase the number of inodes.

diffstat:

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

diffs (18 lines):

diff -r e0c42d15cb30 -r 725648bcdda3 distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile    Wed Jun 09 01:39:29 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile    Wed Jun 09 01:45:28 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 1999/06/05 20:44:57 bouyer Exp $
+#      $NetBSD: Makefile,v 1.16 1999/06/09 01:45:28 christos Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -42,7 +42,7 @@
        dd if=/dev/zero of=${IMAGE} count=2880
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
        disklabel -rw ${VND_CDEV} ${DISKTYPE}
-       newfs -B le -m 0 -o space -i 5120 -c 80 ${VND_RDEV} ${DISKTYPE}
+       newfs -B le -m 0 -o space -i 4000 -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