[virt-tools-list] [PATCH] python-virtinst: add new Ubuntu releases

Marc Deslauriers marc.deslauriers at canonical.com
Mon Mar 7 15:46:15 UTC 2011


Hello,

This patch adds new Ubuntu releases to python-virtinst.

Thanks,

Marc.

# HG changeset patch
# User Marc Deslauriers <marc.deslauriers at ubuntu.com>
# Date 1299512592 18000
# Node ID 808570d7ed263e8dfaebfea301b0beff90a72d02
# Parent  c531632dddd070a9367f062fb1c052949756cbe9
Added new Ubuntu releases

diff -r c531632dddd0 -r 808570d7ed26 virtinst/osdict.py
--- a/virtinst/osdict.py	Wed Mar 02 16:05:58 2011 -0500
+++ b/virtinst/osdict.py	Mon Mar 07 10:43:12 2011 -0500
@@ -373,7 +373,20 @@
             "devices" : {
                 DISK : VIRTIO_DISK,
                 NET  : VIRTIO_NET,
-                INPUT: USB_TABLET,
+            }},
+        "ubuntunatty": {
+            "label": "Ubuntu 11.04 (Natty Narwhal)",
+            "distro": "ubuntu",
+            "devices" : {
+                DISK : VIRTIO_DISK,
+                NET  : VIRTIO_NET,
+            }},
+        "ubuntuoneiric": {
+            "label": "Ubuntu 11.10 (Oneiric Ocelot)",
+            "distro": "ubuntu",
+            "devices" : {
+                DISK : VIRTIO_DISK,
+                NET  : VIRTIO_NET,
             }},
         "generic24": { "label": "Generic 2.4.x kernel" },
         "generic26": { "label": "Generic 2.6.x kernel" },




More information about the virt-tools-list mailing list