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

Commit 1b12d08

Browse files
committed
osdict: Add some opensuse entries
1 parent 4850a02 commit 1b12d08

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

virtinst/osdict.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,25 @@ def lookup_device_param(conn, hv_type, os_type, var, device_key, param):
364364
}
365365
},
366366

367+
"opensuse11": {
368+
"label": "openSuse 11",
369+
"distro": "suse",
370+
"supported": True,
371+
"devices" : {
372+
DISK : VIRTIO_DISK,
373+
NET : VIRTIO_NET,
374+
},
375+
},
376+
"opensuse12": {
377+
"label": "openSuse 12",
378+
"distro": "suse",
379+
"supported": True,
380+
"devices" : {
381+
DISK : VIRTIO_DISK,
382+
NET : VIRTIO_NET,
383+
},
384+
},
385+
367386
"sles10": {
368387
"label": "Suse Linux Enterprise Server",
369388
"distro": "suse",

0 commit comments

Comments
 (0)