Package: virtinst
Version: 0.400.3
Usertags: origin-ubuntu ubuntu-patch karmic

Allow user to select the new ubuntu development release (karmic) in
the proposed distribution names.

Here is a diff that corrects that.

Please contact me if you have any questions (huats on freenode).

All the best,

      Christophe
Index: virtinst-0.400.3-3ubuntu1/virtinst/osdict.py
===================================================================
--- virtinst-0.400.3-3ubuntu1.orig/virtinst/osdict.py	2009-06-03 15:36:49.000000000 +0200
+++ virtinst-0.400.3-3ubuntu1/virtinst/osdict.py	2009-06-03 15:40:27.000000000 +0200
@@ -131,6 +131,12 @@
                             "net"  : { "model" : [ (["kvm"], "virtio") ] },
                             "disk" : { "bus"   : [ (["kvm"], "virtio") ] }
                         }},
+        "ubuntukarmic": { "label": "Ubuntu 9.10 (Karmic Koala)",
+                          "distro": "ubuntu",
+                          "devices" : {
+                            "net"  : { "model" : [ (["kvm"], "virtio") ] },
+                            "disk" : { "bus"   : [ (["kvm"], "virtio") ] }
+                        }},
         "generic24": { "label": "Generic 2.4.x kernel" },
         "generic26": { "label": "Generic 2.6.x kernel" },
         "virtio26": { "sortby": "genericvirtio26",

Reply via email to