diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-12 21:58:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-12 21:58:01 +0000 |
commit | 8962228f1a94b64c478997001362882626b6b202 (patch) | |
tree | f65fd6f4bf444b2d48d0f418896e7beaaae25be6 /distrib/amd64 | |
parent | 50be524409eb264fd9ccfc2a87cf0c367d4c9b1c (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/amd64')
-rw-r--r-- | distrib/amd64/iso/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/amd64/iso/Makefile b/distrib/amd64/iso/Makefile index 3c708771c1f..15069c3953b 100644 --- a/distrib/amd64/iso/Makefile +++ b/distrib/amd64/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" \ |