Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/arm32/ramdisk Reduce the number of bytes per inode t...
details: https://anonhg.NetBSD.org/src/rev/466093cb8853
branches: trunk
changeset: 473297:466093cb8853
user: mark <mark%NetBSD.org@localhost>
date: Fri May 28 06:05:00 1999 +0000
description:
Reduce the number of bytes per inode to 5120.
diffstat:
distrib/arm32/ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 650f786374e8 -r 466093cb8853 distrib/arm32/ramdisk/Makefile
--- a/distrib/arm32/ramdisk/Makefile Fri May 28 04:39:14 1999 +0000
+++ b/distrib/arm32/ramdisk/Makefile Fri May 28 06:05:00 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/05/11 20:46:59 veego Exp $
+# $NetBSD: Makefile,v 1.9 1999/05/28 06:05:00 mark 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