Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/macppc/floppies/bootfloppy lie about geometry a...



details:   https://anonhg.NetBSD.org/src/rev/e150358bfaa1
branches:  netbsd-1-5
changeset: 488232:e150358bfaa1
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 22 17:34:42 2000 +0000

description:
lie about geometry and get 16 more free blocks.

diffstat:

 distrib/macppc/floppies/bootfloppy/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3e08b3c3cc35 -r e150358bfaa1 distrib/macppc/floppies/bootfloppy/Makefile
--- a/distrib/macppc/floppies/bootfloppy/Makefile       Thu Jun 22 16:39:17 2000 +0000
+++ b/distrib/macppc/floppies/bootfloppy/Makefile       Thu Jun 22 17:34:42 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2000/06/01 06:56:55 matt Exp $
+#      $NetBSD: Makefile,v 1.8.2.1 2000/06/22 17:34:42 matt Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -40,8 +40,8 @@
        # vnconfig -v -c ${VND} ${IMAGE}
        vnconfig -t ${DISKTYPE} -v -c ${VND} ${IMAGE}
        disklabel -f ${DESTDIR}/etc/disktab -rw ${VND} ${DISKTYPE}
-       newfs -B be -m 0 -o space -i ${INO_BYTES} -c 80 \
-           -f 1024 -b 8192 ${VND_RDEV}
+       newfs -B be -m 0 -o space -i ${INO_BYTES} -c 4 -t 5 -u 144 \
+           -f 512 -b 4096 ${VND_RDEV}
        mount ${VND_DEV} ${MOUNT_POINT}
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
            KERNOBJDIR=${KERNOBJDIR} \



Home | Main Index | Thread Index | Old Index