summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2013-06-13 14:58:59 -0400
committerCole Robinson <crobinso@redhat.com>2013-06-13 14:58:59 -0400
commit4da8c604f87938fb3f077bfc17700caa4296ee43 (patch)
tree0ea40c3ce643fa0a2a25f4a87e960e9b58d9f233
parent8804e59518e8c597acc11a2af7ef1d9c6f8ba8ba (diff)
downloadvirt-manager-4da8c604f87938fb3f077bfc17700caa4296ee43.tar.gz
osdict: Add Fedora 19
-rw-r--r--virtinst/osdict.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 68ba8c3d..3dc45fde 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -361,7 +361,6 @@ OS_TYPES = {
"fedora15": {
"label": "Fedora 15",
"distro": "fedora",
- "supported": True,
"devices" : {
DISK : VIRTIO_DISK,
NET : VIRTIO_NET,
@@ -371,7 +370,6 @@ OS_TYPES = {
"fedora16": {
"label": "Fedora 16",
"distro": "fedora",
- "supported": True,
"devices" : {
DISK : VIRTIO_DISK,
NET : VIRTIO_NET,
@@ -398,6 +396,16 @@ OS_TYPES = {
INPUT: USB_TABLET,
}
},
+ "fedora19": {
+ "label": "Fedora 19",
+ "distro": "fedora",
+ "supported": True,
+ "devices" : {
+ DISK : VIRTIO_DISK,
+ NET : VIRTIO_NET,
+ INPUT: USB_TABLET,
+ }
+ },
"opensuse11": {
"label": "openSuse 11",