summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-10-21 00:07:37 +0000
committergjb <gjb@FreeBSD.org>2014-10-21 00:07:37 +0000
commit96f65a33d2b2f0e5710a0bc6e76d4388e81ca0db (patch)
tree819fabb33de41337944d5b2d1e83585bedd2b3e5 /release
parentf36e929e1c0d6ae6bc4d58b6ab7d3ea7bcc661f0 (diff)
downloadFreeBSD-src-96f65a33d2b2f0e5710a0bc6e76d4388e81ca0db.zip
FreeBSD-src-96f65a33d2b2f0e5710a0bc6e76d4388e81ca0db.tar.gz
Fix label for the UEFI bootonly cd.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index a1bcabe..1e2b56b 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -266,7 +266,7 @@ uefi-disc1.iso: system
uefi-bootonly.iso: bootonly
.if exists(${.CURDIR}/${TARGET}/mkisoimages-uefi.sh)
- sh ${.CURDIR}/${TARGET}/mkisoimages-uefi.sh -b ${VOLUME_LABEL}_UEFICD \
+ sh ${.CURDIR}/${TARGET}/mkisoimages-uefi.sh -b ${VOLUME_LABEL}_UEFIBO \
${.TARGET} bootonly
.endif
OpenPOWER on IntegriCloud