[PATCH] virt-manager: Update list of Ubuntu releases

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

 



Hi,

Here's a patch to update the list of Ubuntu releases.

Thanks,

Marc.

commit 1ada943da0ec01f444b3df452e6f371d07021330
Author: Marc Deslauriers <marc.deslauriers@xxxxxxxxxx>
Date:   Tue May 21 15:59:17 2013 -0400

    Update list of Ubuntu releases

diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 3f8ae95..68ba8c3 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -60,6 +60,12 @@ VGA_VIDEO = {
    ]
 }

+VMVGA_VIDEO = {
+    "model_type": [
+        (HV_ALL, "vmvga"),
+    ]
+}
+
 DEFAULTS = {
     "acpi":             True,
     "apic":             True,
@@ -507,7 +513,6 @@ OS_TYPES = {
     "ubuntuhardy": {
         "label": "Ubuntu 8.04 LTS (Hardy Heron)",
         "distro": "ubuntu",
-        "supported": True,
         "devices" : {
             NET  : VIRTIO_NET,
        },
@@ -555,7 +560,6 @@ OS_TYPES = {
     "ubuntunatty": {
         "label": "Ubuntu 11.04 (Natty Narwhal)",
         "distro": "ubuntu",
-        "supported": True,
         "devices" : {
             DISK : VIRTIO_DISK,
             NET  : VIRTIO_NET,
@@ -564,7 +568,6 @@ OS_TYPES = {
     "ubuntuoneiric": {
         "label": "Ubuntu 11.10 (Oneiric Ocelot)",
         "distro": "ubuntu",
-        "supported": True,
         "devices" : {
             DISK : VIRTIO_DISK,
             NET  : VIRTIO_NET,
@@ -588,6 +591,26 @@ OS_TYPES = {
             NET  : VIRTIO_NET,
        },
    },
+    "ubunturaring": {
+        "label": "Ubuntu 13.04 (Raring Ringtail)",
+        "distro": "ubuntu",
+        "supported": True,
+        "devices" : {
+            DISK : VIRTIO_DISK,
+            NET  : VIRTIO_NET,
+            VIDEO : VMVGA_VIDEO,
+        },
+    },
+    "ubuntusaucy": {
+        "label": "Ubuntu 13.10 (Saucy Salamander)",
+        "distro": "ubuntu",
+        "supported": True,
+        "devices" : {
+            DISK : VIRTIO_DISK,
+            NET  : VIRTIO_NET,
+            VIDEO : VMVGA_VIDEO,
+        },
+    },

     "generic24": {
         "label": "Generic 2.4.x kernel"

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux