|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] hvmloader: Replace gPXE with iPXE for eth
# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1288888693 0
# Node ID 2cb5666a8032928b4a5b49cfd0c829b906e3d47b
# Parent 479abd70ebba30594b1a2dcc17cd62c4157d491f
hvmloader: Replace gPXE with iPXE for ethernet boot ROM
It is actively maintained.
From: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
Signed-off-by: Keir Fraser <keir@xxxxxxx>
---
tools/firmware/etherboot/Makefile | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff -r 479abd70ebba -r 2cb5666a8032 tools/firmware/etherboot/Makefile
--- a/tools/firmware/etherboot/Makefile Thu Nov 04 16:37:29 2010 +0000
+++ b/tools/firmware/etherboot/Makefile Thu Nov 04 16:38:13 2010 +0000
@@ -5,15 +5,15 @@ include Config
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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] hvmloader: Replace gPXE with iPXE for ethernet boot ROM,
Xen patchbot-unstable <=
|
|
|
|
|