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

Commit e3ff6b8

Browse files
committed
Add newer ubuntu variants to osdict (Soren Hansen)
1 parent 9f2c5ce commit e3ff6b8

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

virtinst/osdict.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,22 @@ def sort_helper(tosort):
115115
"disk" : { "bus" : [ (["kvm"], "virtio") ] },
116116
"net" : { "model" : [ (["kvm"], "virtio") ] }
117117
}},
118-
"ubuntuhardy": { "label": "Ubuntu Hardy", "distro": "ubuntu",
118+
"ubuntuhardy": { "label": "Ubuntu 8.04 LTS (Hardy Heron)",
119+
"distro": "ubuntu",
119120
"devices" : {
120121
"net" : { "model" : [ (["kvm"], "virtio") ] }
121122
}},
123+
"ubuntuintrepid": { "label": "Ubuntu 8.10 (Intrepid Ibex)",
124+
"distro": "ubuntu",
125+
"devices" : {
126+
"net" : { "model" : [ (["kvm"], "virtio") ] }
127+
}},
128+
"ubuntujaunty": { "label": "Ubuntu 9.04 (Jaunty Jackalope)",
129+
"distro": "ubuntu",
130+
"devices" : {
131+
"net" : { "model" : [ (["kvm"], "virtio") ] },
132+
"disk" : { "bus" : [ (["kvm"], "virtio") ] }
133+
}},
122134
"generic24": { "label": "Generic 2.4.x kernel" },
123135
"generic26": { "label": "Generic 2.6.x kernel" },
124136
"virtio26": { "sortby": "genericvirtio26",

0 commit comments

Comments
 (0)