summaryrefslogtreecommitdiffstats
path: root/distrib/i386
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-01-12 21:57:59 +0000
committerderaadt <deraadt@openbsd.org>2014-01-12 21:57:59 +0000
commit63bc38f0c13fe053be1180a3e23adaa86ccd1e9d (patch)
tree3601e7121d2575b892a2385f30f2782bc5e54603 /distrib/i386
parentwe only write to writable files, so use O_WRONLY. (diff)
downloadwireguard-openbsd-63bc38f0c13fe053be1180a3e23adaa86ccd1e9d.tar.xz
wireguard-openbsd-63bc38f0c13fe053be1180a3e23adaa86ccd1e9d.zip
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/i386')
-rw-r--r--distrib/i386/iso/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile
index efd1690de8c..8da79ff1976 100644
--- a/distrib/i386/iso/Makefile
+++ b/distrib/i386/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2010/10/18 05:40:47 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2014/01/12 21:58:00 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -31,6 +31,9 @@ ${CDROM}: ${BASE} ${XBASE}
cp -p ${RELDIR}/cdbr ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}
cp -p ${RELDIR}/cdboot ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}/cdboot
+ cat ${RELDIR}/SHA256 ${RELXDIR}/SHA256 > \
+ ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}/SHA256
+
mkhybrid -a -R -T -L -l -d -D -N -o ${.OBJDIR}/${CDROM} -v -v \
-A "OpenBSD ${OSREV} ${MACHINE} Install CD" \
-P "Copyright (c) `date +%Y` Theo de Raadt, The OpenBSD project" \