diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 02:15:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 02:15:14 +0000 |
commit | 1e01a7370ef7737d521447e5a56d914c2262f00a (patch) | |
tree | a57f8b432b2103c0bd0d58e094c1f91a83777636 /distrib | |
parent | 6d561e88874c6084507522d2499851b6e3c6971a (diff) |
another one
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/arc/floppies/inst-common/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/arc/floppies/inst-common/Makefile.inc b/distrib/arc/floppies/inst-common/Makefile.inc index 7e5b553414f..e711e8cb963 100644 --- a/distrib/arc/floppies/inst-common/Makefile.inc +++ b/distrib/arc/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 1997/05/14 18:38:52 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1997/09/26 02:15:13 millert Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -20,8 +20,9 @@ MTREE= ${COMMONDIR}/mtree.conf all: ${CBIN} dd if=/dev/zero of=${REALIMAGE} bs=120k count=12 - vnconfig -v -c ${VND_DEV} ${REALIMAGE} - newfs -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} floppy + vnconfig -v -c ${VND} ${REALIMAGE} + 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} \ |