From: Keir Fraser Date: Mon, 8 Nov 2010 15:32:55 +0000 (+0000) Subject: hvmloader: Use ipxe 1.0.0 final rather than a release candidate. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11277 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3eb58ef296f7a2869de3b241b0adfbf8e7788bc;p=xen.git hvmloader: Use ipxe 1.0.0 final rather than a release candidate. Signed-off-by: Keir Fraser --- diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile index dd2fb03fbd..b5fc17edc7 100644 --- a/tools/firmware/etherboot/Makefile +++ b/tools/firmware/etherboot/Makefile @@ -10,7 +10,7 @@ else IPXE_GIT_URL := git://git.ipxe.org/ipxe.git endif -IPXE_GIT_TAG := v1.0.0-rc1 +IPXE_GIT_TAG := v1.0.0 D=ipxe T=ipxe-git-snapshot.tar.gz