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

Commit 3a7bcde

Browse files
committed
osdict: Add Fedora 12.
1 parent 9d354c6 commit 3a7bcde

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

virtinst/osdict.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ def lookup_device_param(conn, hv_type, os_type, var, device_key, param):
172172
"input" : { "type" : [ (["all"], "tablet") ],
173173
"bus" : [ (["all"], "usb"), ] },
174174
}},
175+
"fedora12": { "label": "Fedora 12", "distro": "fedora",
176+
"devices" : {
177+
"disk" : { "bus" : [ (["kvm"], "virtio") ] },
178+
"net" : { "model" : [ (["kvm"], "virtio") ] },
179+
"input" : { "type" : [ (["all"], "tablet") ],
180+
"bus" : [ (["all"], "usb"), ] },
181+
}},
175182
"sles10": { "label": "Suse Linux Enterprise Server",
176183
"distro": "suse" },
177184
"sles11": { "label": "Suse Linux Enterprise Server 11",

0 commit comments

Comments
 (0)