[Pkg-libvirt-commits] [SCM] Virt Installer packaging branch, master, updated. debian/0.400.3-4-2-gd1f073b

Guido Günther agx at sigxcpu.org
Wed Jun 10 17:26:42 UTC 2009


The following commit has been merged in the master branch:
commit d1f073b009d2ce37706eed33bc4ceb420a910436
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Jun 10 19:23:17 2009 +0200

    add Ubuntu Karmic to osdict
    
    Closes: #532531
    Thanks: Christophe Sauthier

diff --git a/debian/patches/0006-add-Ubuntu-Karmic-to-osdict.patch b/debian/patches/0006-add-Ubuntu-Karmic-to-osdict.patch
new file mode 100644
index 0000000..8c63201
--- /dev/null
+++ b/debian/patches/0006-add-Ubuntu-Karmic-to-osdict.patch
@@ -0,0 +1,28 @@
+From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Wed, 10 Jun 2009 19:20:35 +0200
+Subject: [PATCH] add Ubuntu Karmic to osdict
+
+Closes: #532531
+Thanks: Christophe Sauthier
+---
+ virtinst/osdict.py |    6 ++++++
+ 1 files changed, 6 insertions(+), 0 deletions(-)
+
+diff --git a/virtinst/osdict.py b/virtinst/osdict.py
+index edccab2..96ce29f 100644
+--- a/virtinst/osdict.py
++++ b/virtinst/osdict.py
+@@ -138,6 +138,12 @@ OS_TYPES = {\
+                             "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",
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 9158633..94dceb9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-allow-to-pass-nic-model.patch
 0004-parse-etc-default-console-setup-for-keymap-informat.patch
 0005-use-QEMU-s-USB-Tablet-with-Squeeze-guests.patch
+0006-add-Ubuntu-Karmic-to-osdict.patch

-- 
Virt Installer packaging



More information about the Pkg-libvirt-commits mailing list