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

Commit 2882b70

Browse files
committed
osdict: Add Ubuntu Lucid
1 parent a4e3ebd commit 2882b70

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

virtinst/osdict.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,12 @@ def lookup_device_param(conn, hv_type, os_type, var, device_key, param):
330330
DISK : VIRTIO_DISK,
331331
NET : VIRTIO_NET,
332332
}},
333+
"ubuntulucid": { "label": "Ubuntu 10.4 (Lucid Lynx)",
334+
"distro": "ubuntu",
335+
"devices" : {
336+
DISK : VIRTIO_DISK,
337+
NET : VIRTIO_NET,
338+
}},
333339
"generic24": { "label": "Generic 2.4.x kernel" },
334340
"generic26": { "label": "Generic 2.6.x kernel" },
335341
"virtio26": { "sortby": "genericvirtio26",

0 commit comments

Comments
 (0)