[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, lenny, updated. upstream/1.2.6-4-gdbfabbe

Iustin Pop iusty at k1024.org
Tue Jul 28 18:13:51 UTC 2009


The following commit has been merged in the lenny branch:
commit 20d422c5b62db6c8e37c53a8cc667b5e7fb8f25d
Author: Iustin Pop <iusty at k1024.org>
Date:   Tue Jul 28 18:21:38 2009 +0200

    Add a patch for fixing 528618 in Lenny

diff --git a/debian/patches/01-fix-lenny-hvmloader.patch b/debian/patches/01-fix-lenny-hvmloader.patch
new file mode 100644
index 0000000..ac269a4
--- /dev/null
+++ b/debian/patches/01-fix-lenny-hvmloader.patch
@@ -0,0 +1,16 @@
+This is a fix for #528618
+
+Iustin Pop, <iusty at k1024.org> Tue, 28 Jul 2009 18:18:40 +0200
+diff --git a/lib/hypervisor.py b/lib/hypervisor.py
+index 4a8d892..d76c773 100644
+--- a/lib/hypervisor.py
++++ b/lib/hypervisor.py
+@@ -635,7 +635,7 @@ class XenHvmHypervisor(XenHypervisor):
+     """
+     config = StringIO()
+     config.write("# this is autogenerated by Ganeti, please do not edit\n#\n")
+-    config.write("kernel = '/usr/lib/xen/boot/hvmloader'\n")
++    config.write("kernel = '/usr/lib/xen-3.2-1/boot/hvmloader'\n")
+     config.write("builder = 'hvm'\n")
+     config.write("memory = %d\n" % instance.memory)
+     config.write("vcpus = %d\n" % instance.vcpus)

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list