Source-Changes-HG archive

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

[src/trunk]: src/distrib/alpha/instkernel/ramdisk stop specifying cylinders p...



details:   https://anonhg.NetBSD.org/src/rev/dcfcdc2e8b22
branches:  trunk
changeset: 521717:dcfcdc2e8b22
user:      ross <ross%NetBSD.org@localhost>
date:      Mon Feb 04 01:11:09 2002 +0000

description:
stop specifying cylinders per group

diffstat:

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

diffs (18 lines):

diff -r 9cbfce3b0d9b -r dcfcdc2e8b22 distrib/alpha/instkernel/ramdisk/Makefile
--- a/distrib/alpha/instkernel/ramdisk/Makefile Mon Feb 04 00:24:14 2002 +0000
+++ b/distrib/alpha/instkernel/ramdisk/Makefile Mon Feb 04 01:11:09 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2001/12/09 00:32:51 ross Exp $
+#      $NetBSD: Makefile,v 1.14 2002/02/04 01:11:09 ross Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -25,7 +25,7 @@
        dd if=/dev/zero of=${IMAGE} count=9000
        vnconfig -v -c ${VND} ${IMAGE}
 #      disklabel -rw ${VND} ${DISKTYPE}
-       newfs -B le -m 0 -o space -i 5120 -c 20 ${VND_RDEV}
+       newfs -B le -m 0 -o space -i 5120 ${VND_RDEV}
        mount ${VND_DEV} ${MOUNT_POINT}
        ${MTREE} -def ${.CURDIR}/${MTREECONF} -p ${MOUNT_POINT}/ -u
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \



Home | Main Index | Thread Index | Old Index