osdict: Add Fedora 19

This commit is contained in:
Cole Robinson 2013-06-13 14:58:59 -04:00
parent 8804e59518
commit 4da8c604f8

View File

@ -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",