[et-mgmt-tools] [PATCH] virt-install: correct label for Fedora 8 OS variant

Eduardo Habkost ehabkost at redhat.com
Thu Sep 6 14:45:48 UTC 2007


virt-manager was showing two "Fedora 7" entries. The second entry was the
'fedora8' OS variant, that had the wrong label.


# HG changeset patch
# User "Eduardo Habkost <ehabkost at redhat.com>"
# Date 1189089052 10800
# Node ID f6d797ae5cac18305fcddd57b22754020cd6f736
# Parent  a6d47ed6c97cf79360ad9259554c05dcbb3f6b82
Correct label for fedora8 on os-variant list

It was being shown as "Fedora 7" instead of "Fedora 8".

diff -r a6d47ed6c97c -r f6d797ae5cac virtinst/FullVirtGuest.py
--- a/virtinst/FullVirtGuest.py	Wed Aug 29 18:25:09 2007 -0400
+++ b/virtinst/FullVirtGuest.py	Thu Sep 06 11:30:52 2007 -0300
@@ -34,7 +34,7 @@ class FullVirtGuest(Guest.XenGuest):
                                           "fedora5": { "label": "Fedora Core 5", "distro": "fedora" }, \
                                           "fedora6": { "label": "Fedora Core 6", "distro": "fedora" }, \
                                           "fedora7": { "label": "Fedora 7", "distro": "fedora" }, \
-                                          "fedora8": { "label": "Fedora 7", "distro": "fedora" }, \
+                                          "fedora8": { "label": "Fedora 8", "distro": "fedora" }, \
                                           "sles10": { "label": "Suse Linux Enterprise Server", "distro": "suse" }, \
                                           "generic24": { "label": "Generic 2.4.x kernel" }, \
                                           "generic26": { "label": "Generic 2.6.x kernel" }, \

-- 
Eduardo




More information about the et-mgmt-tools mailing list