[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH]: Replace gPXE with iPXE for ethernet boot ROM



It is actively maintained.

diff -r ee4d52f0d16a tools/firmware/etherboot/Makefile
--- a/tools/firmware/etherboot/Makefile Tue Nov 02 07:35:52 2010 +0000
+++ b/tools/firmware/etherboot/Makefile Thu Nov 04 15:33:16 2010 +0000
@@ -5,15 +5,15 @@ include $(XEN_ROOT)/tools/Rules.mk
 include Config
 
 ifeq ($(GIT_HTTP),y)
-GPXE_GIT_URL := http://git.etherboot.org/scm/gpxe.git
+IPXE_GIT_URL := http://git.ipxe.org/ipxe.git
 else
-GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git
+IPXE_GIT_URL := git://git.ipxe.org/ipxe.git
 endif
 
-GPXE_GIT_TAG := v1.0.1
+IPXE_GIT_TAG := v1.0.0-rc1
 
-D=gpxe
-T=gpxe-git-snapshot.tar.gz
+D=ipxe
+T=ipxe-git-snapshot.tar.gz
 
 ROMS = $(addprefix $D/src/bin/, $(addsuffix .rom, $(NICS)))
 
@@ -33,9 +33,9 @@ eb-roms.h: Config
        mv -f $@.new $@
 
 $T:
-       $(GIT) clone $(GPXE_GIT_URL) $D.git
+       $(GIT) clone $(IPXE_GIT_URL) $D.git
        cd $D.git && \
-       $(GIT) archive --format=tar --prefix=$D/ $(GPXE_GIT_TAG) | gzip >../$T
+       $(GIT) archive --format=tar --prefix=$D/ $(IPXE_GIT_TAG) | gzip >../$T
        rm -rf $D.git
 
 $D/src/arch/i386/Makefile: $T Config



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.