diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-10-07 16:46:02 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-10-07 16:46:02 -0500 |
commit | 479449eb45f12ba4579040214eba596cb84b9122 (patch) | |
tree | 731e37bc4dc5515a256165df2dfb4b45bcfbaeaa /system/xen/patches/use_already_present_ipxe.diff | |
parent | 90dde055a6309c6b5d8c08830a2b461c0aab137e (diff) | |
download | slackbuilds-479449eb45f12ba4579040214eba596cb84b9122.tar.gz |
Revert "system/xen: Added (updated to version 4.2.0 from 13.37 repo)"
This reverts commit 66e00ebfd7c72e830fe29536604a045d8b3fb4ca.
The branch containing this commit was not intended for merging,
as it was not deemed ready by the xen SBo maintainer (mario).
Apologies to mario for the oversight - I should have named this
branch differently so that its meaning was clear :/
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/patches/use_already_present_ipxe.diff')
-rw-r--r-- | system/xen/patches/use_already_present_ipxe.diff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/system/xen/patches/use_already_present_ipxe.diff b/system/xen/patches/use_already_present_ipxe.diff deleted file mode 100644 index 6962616f71..0000000000 --- a/system/xen/patches/use_already_present_ipxe.diff +++ /dev/null @@ -1,15 +0,0 @@ ---- xen-4.2.0/tools/firmware/etherboot/Makefile.ORIG 2012-09-17 12:21:18.000000000 +0200 -+++ xen-4.2.0/tools/firmware/etherboot/Makefile 2012-09-18 13:39:39.466352815 +0200 -@@ -28,12 +28,6 @@ - $(MAKE) -C $D/src bin/$(*F).rom - - $T: -- if ! wget -O _$T $(IPXE_TARBALL_URL); then \ -- $(GIT) clone $(IPXE_GIT_URL) $D.git; \ -- (cd $D.git && $(GIT) archive --format=tar --prefix=$D/ \ -- $(IPXE_GIT_TAG) | gzip >../_$T); \ -- rm -rf $D.git; \ -- fi - mv _$T $T - - $D/src/arch/i386/Makefile: $T Config |