[virt-tools-list] [PATCH] python-virtinst: Fix Ubuntu Lucid version number

Marc Deslauriers marc.deslauriers at canonical.com
Fri Apr 1 12:23:45 UTC 2011


Hello,

This patch fixes the Ubuntu Lucid entry to its proper version number,
10.04.

Thanks,

Marc.

commit 6c24f14b9492771066536602f32ff19f0464f821
Author: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Date:   Fri Apr 1 08:21:16 2011 -0400

    Fix Ubuntu Lucid version number

diff --git a/man/en/virt-install.1 b/man/en/virt-install.1
index ff6ba0e..5fae172 100644
--- a/man/en/virt-install.1
+++ b/man/en/virt-install.1
@@ -546,7 +546,7 @@ Ubuntu 11.04 (Natty Narwhal)
 Ubuntu 10.10 (Maverick Meerkat)
 .IP "ubuntulucid" 4
 .IX Item "ubuntulucid"
-Ubuntu 10.4 (Lucid Lynx)
+Ubuntu 10.04 (Lucid Lynx)
 .IP "ubuntukarmic" 4
 .IX Item "ubuntukarmic"
 Ubuntu 9.10 (Karmic Koala)
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 6285a4b..a520faa 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -368,7 +368,7 @@ OS_TYPES = {
                             DISK : VIRTIO_DISK,
                             NET  : VIRTIO_NET,
                         }},
-        "ubuntulucid": { "label": "Ubuntu 10.4 (Lucid Lynx)",
+        "ubuntulucid": { "label": "Ubuntu 10.04 (Lucid Lynx)",
                          "distro": "ubuntu",
                          "devices" : {
                             DISK : VIRTIO_DISK,




More information about the virt-tools-list mailing list