summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/common
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-14 18:39:09 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-14 18:39:09 +0000
commit58ea9602e4ddbb2c2833a56125facd9f10b737bf (patch)
treef0435a12c745eae980e432cf6fa33df62ea4b7b7 /distrib/i386/floppies/common
parent54cc77968d2f1847ce07f864067650ac0f073a4c (diff)
Use svnds and remove ugly cache flushing
Diffstat (limited to 'distrib/i386/floppies/common')
-rw-r--r--distrib/i386/floppies/common/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/i386/floppies/common/Makefile.inc b/distrib/i386/floppies/common/Makefile.inc
index 18105086044..7d0d304133e 100644
--- a/distrib/i386/floppies/common/Makefile.inc
+++ b/distrib/i386/floppies/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.4 1997/05/11 20:01:56 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.5 1997/05/14 18:38:58 niklas Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -6,7 +6,7 @@ CBIN= instbin
COMMONDIR= ${TOP}/inst-common
MOUNT_POINT?= /mnt
-VND?= vnd0
+VND?= svnd0
VND_DEV= /dev/${VND}a
VND_RDEV= /dev/r${VND}a
IMAGE?= xxx${REV}.fs
@@ -43,7 +43,6 @@ all: ${CBIN}
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND}
- cat /*bin/* > /dev/null
cp ${REALIMAGE} ${IMAGE}
rm ${REALIMAGE}