Hi, Lenny's installer supports virtio now, so we should use it. Please apply. -- Guido
# HG changeset patch # User "Guido Günther <agx@xxxxxxxxxxx>" # Date 1222363461 -7200 # Node ID 9a003a76727e2921abddacff6688934783387cfc # Parent 58a909b4f71c5801c63ba08d221d801935f9c8a1 lenny can do virtio diff -r 58a909b4f71c -r 9a003a76727e virtinst/FullVirtGuest.py --- a/virtinst/FullVirtGuest.py Mon Sep 22 11:32:11 2008 -0400 +++ b/virtinst/FullVirtGuest.py Thu Sep 25 19:24:21 2008 +0200 @@ -88,7 +88,11 @@ "sles10": { "label": "Suse Linux Enterprise Server", "distro": "suse" }, "debianetch": { "label": "Debian Etch", "distro": "debian" }, - "debianlenny": { "label": "Debian Lenny", "distro": "debian" }, + "debianlenny": { "label": "Debian Lenny", "distro": "debian", + "devices" : { + "disk" : { "bus" : [ (["kvm"], "virtio") ] }, + "net" : { "model" : [ (["kvm"], "virtio") ] } + }}, "ubuntuhardy": { "label": "Ubuntu Hardy", "distro": "ubuntu", "devices" : { "net" : { "model" : [ (["kvm"], "virtio") ] }
_______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools