summaryrefslogtreecommitdiff
path: root/distrib/arm32
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-26 02:13:53 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-26 02:13:53 +0000
commit6d561e88874c6084507522d2499851b6e3c6971a (patch)
treef77ecaf216ac3e768639c3dfa9d267f8a2927a17 /distrib/arm32
parent64721817c4e62810aa6ba81d5b4f051b8262a0df (diff)
more newfs usage
Diffstat (limited to 'distrib/arm32')
-rw-r--r--distrib/arm32/floppies/inst-common/Makefile.inc7
1 files changed, 4 insertions, 3 deletions
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} \