[et-mgmt-tools] [patch 2/4] Fix typo in hvm kernel/initrd XML

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fixes a minor typo in the libvirt XML we output when booting
qemu with a kernel/initrd - the <features> block should be
outside the <os> block.

Signed-off-by: Mark McLoughlin <markmc@xxxxxxxxxx>


Index: virtinst--devel/virtinst/FullVirtGuest.py
===================================================================
--- virtinst--devel.orig/virtinst/FullVirtGuest.py
+++ virtinst--devel/virtinst/FullVirtGuest.py
@@ -185,10 +185,10 @@ class FullVirtGuest(Guest.XenGuest):
     <kernel>%(kernel)s</kernel>
     <initrd>%(initrd)s</initrd>
     <cmdline>%(extra)s</cmdline>
-    <features>
-      %(features)s
-    </features>
-  </os>""" % \
+  </os>
+  <features>
+    %(features)s
+  </features>""" % \
     { "kernel": self.kernel, \
       "initrd": self.initrd, \
       "extra": self.extraargs, \

-- 


[Index of Archives]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux