Blob Blame History Raw
commit a8c7fb4a66c5aacfeb628796d66d75d5deae2ed9
Author: Cole Robinson <crobinso@redhat.com>
Date:   Wed Nov 17 15:42:16 2010 -0500

    osdict: Add Ubuntu 10.10 (bz 642441)

diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 92776fd..371d6e4 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -336,6 +336,14 @@ OS_TYPES = {
                             DISK : VIRTIO_DISK,
                             NET  : VIRTIO_NET,
                         }},
+        "ubuntumaverick": {
+            "label": "Ubuntu 10.10 (Maverick Meerkat)",
+            "distro": "ubuntu",
+            "devices" : {
+                DISK : VIRTIO_DISK,
+                NET  : VIRTIO_NET,
+                INPUT: USB_TABLET,
+            }},
         "generic24": { "label": "Generic 2.4.x kernel" },
         "generic26": { "label": "Generic 2.6.x kernel" },
         "virtio26": { "sortby": "genericvirtio26",