diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 02:10:01 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 02:10:01 +0000 |
commit | 23dfbfbc0a69d8e64d7f226fedb5ff98ae3d15f0 (patch) | |
tree | c3924d18e953fc107bbad6da04e5632f609afdbd /distrib/i386/floppies/kc | |
parent | f65d46ce3ea0a929f4176f0c555af1a4f3ae756f (diff) |
Fix some newfs usage.
Diffstat (limited to 'distrib/i386/floppies/kc')
-rw-r--r-- | distrib/i386/floppies/kc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/kc/Makefile b/distrib/i386/floppies/kc/Makefile index be360e4463e..2821e6c2619 100644 --- a/distrib/i386/floppies/kc/Makefile +++ b/distrib/i386/floppies/kc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 1997/09/05 21:16:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 1997/09/26 02:09:55 millert Exp $ TOP= ${.CURDIR}/.. @@ -33,12 +33,12 @@ all: bsd ${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 8192 -c 80 ${VND_RDEV} floppy5 + newfs -O -m 0 -o space -i 8192 -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 6500 -c 80 ${VND_RDEV} floppy3 + newfs -O -m 0 -o space -i 6500 -c 80 ${VND_RDEV} .endif mount ${VND_DEV} ${MOUNT_POINT} mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u |