mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-manager: Update list of Ubuntu releases
Hi, Here's a patch to update the list of Ubuntu releases. Thanks, Marc. commit 1ada943da0ec01f444b3df452e6f371d07021330 Author: Marc Deslauriers <marc.deslauriers@ubuntu.com> Date: Tue May 21 15:59:17 2013 -0400 Update list of Ubuntu releases
This commit is contained in:
parent
41c782a37e
commit
fb76c4e550
@ -60,6 +60,12 @@ VGA_VIDEO = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VMVGA_VIDEO = {
|
||||||
|
"model_type": [
|
||||||
|
(HV_ALL, "vmvga"),
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
DEFAULTS = {
|
DEFAULTS = {
|
||||||
"acpi": True,
|
"acpi": True,
|
||||||
"apic": True,
|
"apic": True,
|
||||||
@ -507,7 +513,6 @@ OS_TYPES = {
|
|||||||
"ubuntuhardy": {
|
"ubuntuhardy": {
|
||||||
"label": "Ubuntu 8.04 LTS (Hardy Heron)",
|
"label": "Ubuntu 8.04 LTS (Hardy Heron)",
|
||||||
"distro": "ubuntu",
|
"distro": "ubuntu",
|
||||||
"supported": True,
|
|
||||||
"devices" : {
|
"devices" : {
|
||||||
NET : VIRTIO_NET,
|
NET : VIRTIO_NET,
|
||||||
},
|
},
|
||||||
@ -555,7 +560,6 @@ OS_TYPES = {
|
|||||||
"ubuntunatty": {
|
"ubuntunatty": {
|
||||||
"label": "Ubuntu 11.04 (Natty Narwhal)",
|
"label": "Ubuntu 11.04 (Natty Narwhal)",
|
||||||
"distro": "ubuntu",
|
"distro": "ubuntu",
|
||||||
"supported": True,
|
|
||||||
"devices" : {
|
"devices" : {
|
||||||
DISK : VIRTIO_DISK,
|
DISK : VIRTIO_DISK,
|
||||||
NET : VIRTIO_NET,
|
NET : VIRTIO_NET,
|
||||||
@ -564,7 +568,6 @@ OS_TYPES = {
|
|||||||
"ubuntuoneiric": {
|
"ubuntuoneiric": {
|
||||||
"label": "Ubuntu 11.10 (Oneiric Ocelot)",
|
"label": "Ubuntu 11.10 (Oneiric Ocelot)",
|
||||||
"distro": "ubuntu",
|
"distro": "ubuntu",
|
||||||
"supported": True,
|
|
||||||
"devices" : {
|
"devices" : {
|
||||||
DISK : VIRTIO_DISK,
|
DISK : VIRTIO_DISK,
|
||||||
NET : VIRTIO_NET,
|
NET : VIRTIO_NET,
|
||||||
@ -588,6 +591,26 @@ OS_TYPES = {
|
|||||||
NET : VIRTIO_NET,
|
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": {
|
"generic24": {
|
||||||
"label": "Generic 2.4.x kernel"
|
"label": "Generic 2.4.x kernel"
|
||||||
|
Loading…
Reference in New Issue
Block a user