summaryrefslogtreecommitdiffstats
path: root/system/xen/patches
diff options
context:
space:
mode:
author Robby Workman2012-10-02 18:22:08 +0200
committer Robby Workman2012-10-02 18:22:08 +0200
commitd18acd56d2c04d6b6535777e1aaedbebc35717b9 (patch)
tree3af700399955e0f8b3cf08a61dccf8c8a4b427ac /system/xen/patches
parent933912fdc1389b576bfea75ad84410eec3342ac1 (diff)
downloadslackbuilds-d18acd56d2c04d6b6535777e1aaedbebc35717b9.tar.gz
system/xen: Removed (not ready for 14.0 yet - see xen branch)
This will be ready soon, so says mario :-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/patches')
-rw-r--r--system/xen/patches/use_already_present_ipxe.diff16
1 files changed, 0 insertions, 16 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 f7ce57c6db..0000000000
--- a/system/xen/patches/use_already_present_ipxe.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur xen-4.1.2.orig/tools/firmware/etherboot/Makefile xen-4.1.2/tools/firmware/etherboot/Makefile
---- xen-4.1.2.orig/tools/firmware/etherboot/Makefile 2011-10-20 12:05:41.000000000 -0500
-+++ xen-4.1.2/tools/firmware/etherboot/Makefile 2011-12-10 00:16:40.217911034 -0600
-@@ -35,12 +35,6 @@
- mv -f $@.new $@
-
- $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