Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/i386/floppies/ramdisk Apply patch (requested by...
details: https://anonhg.NetBSD.org/src/rev/3fe0fcc4eced
branches: netbsd-1-4
changeset: 470585:3fe0fcc4eced
user: he <he%NetBSD.org@localhost>
date: Thu May 11 09:37:36 2000 +0000
description:
Apply patch (requested by jhawk):
Add a driver for ``wi'', Lucent "Orinoco"/Wavelan.
Here: put a few more inodes on the ramdisk file system.
diffstat:
distrib/i386/floppies/ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e0a28628ddba -r 3fe0fcc4eced distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile Thu May 11 09:28:51 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile Thu May 11 09:37:36 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11.2.3 1999/11/11 21:07:04 he Exp $
+# $NetBSD: Makefile,v 1.11.2.4 2000/05/11 09:37:36 he 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 4800 -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