summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/common
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-26 02:10:01 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-26 02:10:01 +0000
commit23dfbfbc0a69d8e64d7f226fedb5ff98ae3d15f0 (patch)
treec3924d18e953fc107bbad6da04e5632f609afdbd /distrib/i386/floppies/common
parentf65d46ce3ea0a929f4176f0c555af1a4f3ae756f (diff)
Fix some newfs usage.
Diffstat (limited to 'distrib/i386/floppies/common')
-rw-r--r--distrib/i386/floppies/common/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/common/Makefile.inc b/distrib/i386/floppies/common/Makefile.inc
index 7d0d304133e..168a26eb4cc 100644
--- a/distrib/i386/floppies/common/Makefile.inc
+++ b/distrib/i386/floppies/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.5 1997/05/14 18:38:58 niklas Exp $
+# $OpenBSD: Makefile.inc,v 1.6 1997/09/26 02:09:56 millert Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -27,12 +27,12 @@ all: ${CBIN}
dd if=/dev/zero of=${REALIMAGE} bs=10k count=120
vnconfig -v -c ${VND} ${REALIMAGE}
disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd ${VND} floppy5
- newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy5
+ newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV}
.else
dd if=/dev/zero of=${REALIMAGE} bs=10k count=144
vnconfig -v -c ${VND} ${REALIMAGE}
disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd ${VND} floppy3
- newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy3
+ newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV}
.endif
mount ${VND_DEV} ${MOUNT_POINT}
mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u