Hi Guido, On Thu, Jun 26, 2008 at 1:20 PM, Guido Günther <[EMAIL PROTECTED]> wrote: > Hi Marco, > On Wed, Jun 25, 2008 at 12:58:09PM -0300, Marco Sinhoreli wrote: >> Ops, patch inverted. this is the correct: > Thanks. I've applied that one and uploaded a new version. The patch was > line mangled though so I had to fixup things by hand. If your client > wraps lines it might be better to attach patches instead of sending them > inline. Ok. If still help, I'm sending the patches attached.
Cheers, -- Marco Sinhoreli
--- virtinst-0.300.3.old/virtinst/DistroManager.py 2008-03-10 20:51:43.000000000 -0300 +++ virtinst-0.300.3/virtinst/DistroManager.py 2008-06-25 10:23:47.000000000 -0300 @@ -245,7 +245,7 @@ osblob += " </os>" else: - osblob += "<bootloader>/usr/bin/pygrub</bootloader>" + osblob += "<bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>" return osblob @@ -297,7 +297,7 @@ osblob += " </os>" else: - osblob += "<bootloader>/usr/bin/pygrub</bootloader>" + osblob += "<bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>" return osblob
--- virtinst-0.300.3.old/virtinst/ImageManager.py 2008-03-10 20:51:43.000000000 -0300 +++ virtinst-0.300.3/virtinst/ImageManager.py 2008-06-25 10:23:17.000000000 -0300 @@ -135,7 +135,7 @@ osblob += " </os>" elif self.boot_caps.loader == "pygrub" or (self.boot_caps.loader is None and self.boot_caps.type == "xen"): osblob += " </os>\n" - osblob += " <bootloader>/usr/bin/pygrub</bootloader>" + osblob += " <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>" return osblob