Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies/ramdisk-small Apply patch (reques...



details:   https://anonhg.NetBSD.org/src/rev/d39f0f45fa5f
branches:  netbsd-1-5
changeset: 490587:d39f0f45fa5f
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 03 19:23:32 2001 +0000

description:
Apply patch (requested by jmc):
  Squeeze so these fit again:
   o Reduce number of inodes

diffstat:

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

diffs (18 lines):

diff -r cd2235ab7cfe -r d39f0f45fa5f distrib/i386/floppies/ramdisk-small/Makefile
--- a/distrib/i386/floppies/ramdisk-small/Makefile      Sat Feb 03 19:23:13 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-small/Makefile      Sat Feb 03 19:23:32 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2.2.2 2000/10/09 13:43:32 fvdl Exp $
+#      $NetBSD: Makefile,v 1.2.2.3 2001/02/03 19:23:32 he Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -37,7 +37,7 @@
            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 3250 -c 80 ${VND_RDEV} 
        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