~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Guido Guenther <agx@sigxcpu.org>
Date: Tue, 24 Jun 2008 15:24:21 +0200
Subject: fix path to hvmloader

Closes: #487682
---
 virtinst/Installer.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/Installer.py b/virtinst/Installer.py
index 0e1a714..2059972 100644
--- a/virtinst/Installer.py
+++ b/virtinst/Installer.py
@@ -325,7 +325,7 @@ class Installer(XMLBuilderDomain.XMLBuilderDomain):
         hvxen = (hvtype == "xen")
 
         if not loader and self.is_hvm() and hvxen:
-            loader = "/usr/lib/xen/boot/hvmloader"
+            loader = "/usr/lib/xen-default/boot/hvmloader"
 
         # Use older libvirt 'linux' value for back compat
         if os_type == "xen" and hvxen: