aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xen/define_fsimage_dir.patch
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@entel.upc.edu>2012-01-07 00:46:20 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-12 20:39:35 +0000
commit49beded59a8d56b930765c9af2bbf3e0983e892c (patch)
tree28f0ddbc9df8725c957e9339314cf072e54463d8 /testing/xen/define_fsimage_dir.patch
parent7ea9d9d7e0103e8ba8c023479de918206e52266a (diff)
downloadaports-49beded59a8d56b930765c9af2bbf3e0983e892c.tar.bz2
aports-49beded59a8d56b930765c9af2bbf3e0983e892c.tar.xz
testing/xen: add xen 4.1.2
Build full Xen distribution. Changes since v4: * Removed "opts=" from xencommons init script. * Backported upstream patch to boot Syslinux PV-DomUs with pygrub (allows booting Alpine PV-DomUs). Changes since v3: * Added bash as a runtime dependency, since some hotplug scripts use that instead of /bin/sh. Changes since v2: * Clean and updated init scripts to be as similar as possible to upstream version. Changes since v1: * Removed net from xencommons dependencies and added udev.
Diffstat (limited to 'testing/xen/define_fsimage_dir.patch')
-rw-r--r--testing/xen/define_fsimage_dir.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/xen/define_fsimage_dir.patch b/testing/xen/define_fsimage_dir.patch
new file mode 100644
index 0000000000..04e4aed2af
--- /dev/null
+++ b/testing/xen/define_fsimage_dir.patch
@@ -0,0 +1,12 @@
+diff -r 2863b2f43a3b tools/libfsimage/common/Makefile
+--- a/tools/libfsimage/common/Makefile Thu Dec 22 14:49:38 2011 +0000
++++ b/tools/libfsimage/common/Makefile Tue Dec 27 21:00:54 2011 +0100
+@@ -4,6 +4,8 @@
+ MAJOR = 1.0
+ MINOR = 0
+
++CFLAGS += -DFSIMAGE_FSDIR=\"/usr/lib/fs\"
++
+ LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
+ LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
+ LDFLAGS = $(LDFLAGS-y)