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

Commit ed0b7fa

Browse files
committed
Add RHEL7 to osdict
1 parent 7a7f33d commit ed0b7fa

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

virtinst/osdict.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,16 @@ def lookup_device_param(conn, hv_type, os_type, var, device_key, param):
267267
INPUT: USB_TABLET,
268268
}
269269
},
270+
"rhel7": {
271+
"label": "Red Hat Enterprise Linux 7",
272+
"distro": "rhel",
273+
"supported": False,
274+
"devices" : {
275+
DISK : VIRTIO_DISK,
276+
NET : VIRTIO_NET,
277+
INPUT: USB_TABLET,
278+
}
279+
},
270280

271281
"fedora5": {
272282
"sortby": "fedora05",

0 commit comments

Comments
 (0)