summaryrefslogtreecommitdiff
path: root/distrib/simpleroot
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/simpleroot
parent54cc77968d2f1847ce07f864067650ac0f073a4c (diff)
Use svnds and remove ugly cache flushing
Diffstat (limited to 'distrib/simpleroot')
-rw-r--r--distrib/simpleroot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile
index b40c540dca8..35ad0e3d3d1 100644
--- a/distrib/simpleroot/Makefile
+++ b/distrib/simpleroot/Makefile
@@ -1,3 +1,5 @@
+# $OpenBSD: Makefile,v 1.7 1997/05/14 18:39:05 niklas Exp $
+
# Revision is 2.1
REV= 21
@@ -8,7 +10,7 @@ ARCHDIR= ${.CURDIR}/../${MACHINE}/simpleroot
.endif
MOUNT_POINT?= /mnt
-VND?= vnd0
+VND?= svnd0
VND_DEV= /dev/${VND}a
VND_RDEV= /dev/r${VND}a
DISKTYPE= simpleroot
@@ -56,7 +58,6 @@ all:
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND}
- cat /*bin/* > /dev/null
cp ${REALIMAGE} ${IMAGE}
.if (${GZIP} == "gzip")
${GZIP} ${IMAGE}