Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies/fdset-common Don't truncate the image ...
details: https://anonhg.NetBSD.org/src/rev/beb8c7587049
branches: trunk
changeset: 494459:beb8c7587049
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jul 06 17:17:15 2000 +0000
description:
Don't truncate the image if it fits on a single floppy.
diffstat:
distrib/i386/floppies/fdset-common/Makefile.inc | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 3affcdb08493 -r beb8c7587049 distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc Thu Jul 06 17:15:07 2000 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc Thu Jul 06 17:17:15 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.16 2000/05/05 21:25:58 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.17 2000/07/06 17:17:15 thorpej Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -54,9 +54,6 @@
fi; \
d=$$(($$d + 1)); \
done; \
- else \
- dd seek=$$(($${size} / 512 + 15)) count=1 \
- if=/dev/zero of=${IMAGE1}; \
fi; \
echo; \
bytes=$$(($$dksize * $$disks - $$size)); \
Home |
Main Index |
Thread Index |
Old Index