Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit e35de46

Browse files
committed
osdict: Add fedora13 and rhel6 entries
Fedora 12 was mysteriously added to the osdict twice, so just convert it to F13
1 parent e1c498e commit e35de46

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

virtinst/osdict.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ def lookup_device_param(conn, hv_type, os_type, var, device_key, param):
191191
"disk" : VIRTIO_DISK,
192192
"net" : VIRTIO_NET,
193193
},},
194+
"rhel6": { "label": "Red Hat Enterprise Linux 6", "distro": "rhel",
195+
"devices" : {
196+
"disk" : VIRTIO_DISK,
197+
"net" : VIRTIO_NET,
198+
"input": USB_TABLET,
199+
}},
194200
"fedora5": { "sortby": "fedora05",
195201
"label": "Fedora Core 5", "distro": "fedora" },
196202
"fedora6": { "sortby": "fedora06",
@@ -225,7 +231,7 @@ def lookup_device_param(conn, hv_type, os_type, var, device_key, param):
225231
"net" : VIRTIO_NET,
226232
"input": USB_TABLET,
227233
}},
228-
"fedora12": { "label": "Fedora 12", "distro": "fedora",
234+
"fedora13": { "label": "Fedora 13", "distro": "fedora",
229235
"devices" : {
230236
"disk" : VIRTIO_DISK,
231237
"net" : VIRTIO_NET,

0 commit comments

Comments
 (0)