summaryrefslogtreecommitdiff
path: root/distrib/simpleroot
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1997-05-15 12:33:07 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1997-05-15 12:33:07 +0000
commite5cea421c8a4ac08d491bc94e6dd866fa4721250 (patch)
treed41096c6cae5300179121f8313f6f1259e7c29dc /distrib/simpleroot
parent04dfcf8b10d816b2408cabf59205d4c3ed4dd839 (diff)
also create /kern & /mnt2 directories required for the installation
Diffstat (limited to 'distrib/simpleroot')
-rw-r--r--distrib/simpleroot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile
index 35ad0e3d3d1..3a43b3b1699 100644
--- a/distrib/simpleroot/Makefile
+++ b/distrib/simpleroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1997/05/14 18:39:05 niklas Exp $
+# $OpenBSD: Makefile,v 1.8 1997/05/15 12:33:06 graichen Exp $
# Revision is 2.1
REV= 21
@@ -47,6 +47,8 @@ all:
sed "/^VERSION=/s/=.*/=${REV}/" < ${.CURDIR}/install.sub \
> ${MOUNT_POINT}/install.sub
cp ${.CURDIR}/../${MACHINE}/install.md ${MOUNT_POINT}/install.md
+ mkdir -p ${MOUNT_POINT}/kern
+ mkdir -p ${MOUNT_POINT}/mnt2
.if exists(/sbin/ldconfig)
/usr/sbin/chroot ${MOUNT_POINT} /sbin/ldconfig
.endif