Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/arm32/ramdisk pullup 1.8->1.9 (Mark Brinicombe)



details:   https://anonhg.NetBSD.org/src/rev/3efe87026ae2
branches:  netbsd-1-4
changeset: 468825:3efe87026ae2
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jun 21 17:02:10 1999 +0000

description:
pullup 1.8->1.9 (Mark Brinicombe)

diffstat:

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

diffs (18 lines):

diff -r 9a227a2ab95f -r 3efe87026ae2 distrib/arm32/ramdisk/Makefile
--- a/distrib/arm32/ramdisk/Makefile    Mon Jun 21 16:45:25 1999 +0000
+++ b/distrib/arm32/ramdisk/Makefile    Mon Jun 21 17:02:10 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1999/03/04 20:32:19 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.7.2.1 1999/06/21 17:02:10 perry Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -39,7 +39,7 @@
        dd if=/dev/zero of=${IMAGE} count=${RDSIZE}
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
        disklabel -rw ${VND_CRDEV} ${DISKTYPE}
-       newfs -B le -m 0 -o space -i 6144 -c 100 ${VND_RDEV}
+       newfs -B le -m 0 -o space -i 5120 -c 100 ${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