From 6d561e88874c6084507522d2499851b6e3c6971a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 26 Sep 1997 02:13:53 +0000 Subject: more newfs usage --- distrib/arm32/floppies/inst-common/Makefile.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'distrib/arm32') diff --git a/distrib/arm32/floppies/inst-common/Makefile.inc b/distrib/arm32/floppies/inst-common/Makefile.inc index dc9237bb389..b204b31ff46 100644 --- a/distrib/arm32/floppies/inst-common/Makefile.inc +++ b/distrib/arm32/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1997/05/14 18:38:54 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/09/26 02:13:52 millert Exp $ # $NetBSD: Makefile.inc,v 1.1 1996/05/16 19:59:03 mark Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -19,8 +19,9 @@ MTREE= ${COMMONDIR}/mtree.conf all: ${CBIN} dd if=/dev/zero of=${IMAGE} bs=144k count=10 - vnconfig -v -c ${VND_DEV} ${IMAGE} - newfs -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} floppy + vnconfig -v -c ${VND} ${IMAGE} + disklabel -w ${VND} floppy + newfs -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ -- cgit v1.2.3