svn commit: r273355 - stable/10/release

Glen Barber gjb at FreeBSD.org
Tue Oct 21 00:07:38 UTC 2014


Author: gjb
Date: Tue Oct 21 00:07:37 2014
New Revision: 273355
URL: https://svnweb.freebsd.org/changeset/base/273355

Log:
  Fix label for the UEFI bootonly cd.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/Makefile

Modified: stable/10/release/Makefile
==============================================================================
--- stable/10/release/Makefile	Tue Oct 21 00:06:03 2014	(r273354)
+++ stable/10/release/Makefile	Tue Oct 21 00:07:37 2014	(r273355)
@@ -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
 


More information about the svn-src-stable-10 mailing list