hvmloader moved. update invirt-database accordingly.
authorAdam Glasgall <glasgall@mit.edu>
Wed, 8 May 2013 04:07:17 +0000 (00:07 -0400)
committerAdam Glasgall <glasgall@mit.edu>
Wed, 8 May 2013 04:07:17 +0000 (00:07 -0400)
debian/changelog
invirt-database

index b03e8b4..05bf318 100644 (file)
@@ -1,3 +1,9 @@
+invirt-xen-config (0.0.38~glasgall14) precise; urgency=low
+
+  * /usr/lib/xen moved to /usr/lib/xen-4.1. teach invirt-database this.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Wed, 08 May 2013 00:06:25 -0400
+
 invirt-xen-config (0.0.38~glasgall13) precise; urgency=low
 
   * Undo enabling network-bridge; we want to manage our own bridge config
index 6008c7a..599d0b7 100644 (file)
@@ -105,7 +105,7 @@ elif cdrom is not None:
 if codepath == 'hvm':
     ioemu = "ioemu:"
     viftype = "type=ioemu, "
-    kernel = '/usr/lib/xen/boot/hvmloader'
+    kernel = '/usr/lib/xen-4.1/boot/hvmloader'
     builder = 'hvm'
     vnc = 1
     device_model = '/usr/sbin/qemu-dm-invirt'