summaryrefslogtreecommitdiff
path: root/distrib/vax/iso/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-12 21:58:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-12 21:58:01 +0000
commit8962228f1a94b64c478997001362882626b6b202 (patch)
treef65fd6f4bf444b2d48d0f418896e7beaaae25be6 /distrib/vax/iso/Makefile
parent50be524409eb264fd9ccfc2a87cf0c367d4c9b1c (diff)
Place a SHA256 (not SHA256.sig, sorry not yet) onto the install*.iso
media to give some upcoming changes a chance of working. Long discussions with todd and rpe
Diffstat (limited to 'distrib/vax/iso/Makefile')
-rw-r--r--distrib/vax/iso/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/vax/iso/Makefile b/distrib/vax/iso/Makefile
index 961e3245caa..0ca14b6e2bb 100644
--- a/distrib/vax/iso/Makefile
+++ b/distrib/vax/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2013/07/16 17:31:39 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2014/01/12 21:58:00 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -43,6 +43,8 @@ ${CDROM}: ${BASE} ${XBASE} ${BOOT} ${BOOTXX}
mkdir -p ${MOUNT_POINT}/${OSREV}/${MACHINE}
cp -p ${BASE} ${MOUNT_POINT}/${OSREV}/${MACHINE}
cp -p ${XBASE} ${MOUNT_POINT}/${OSREV}/${MACHINE}
+ cat ${RELDIR}/SHA256 ${RELXDIR}/SHA256 > \
+ ${MOUNT_POINT}/${OSREV}/${MACHINE}/SHA256
disklabel -B -b ${BOOTXX} ${VND}
@echo ""
@df -i ${MOUNT_POINT}