On Wed, Oct 8, 2008 at 4:06 PM, jd <[EMAIL PROTECTED]> wrote: > Hi > > - I am looking for installable packages (both rpms and deb) for recent > versions of KVM (kvm-70 and above).
kvm-72 is in debian testing/unstable. You say for etch and a half ? I didn't find it in backports.org, but you could try downloading the source package from testing and compile it (you need to add a deb-src line to the sources.list), something like: "apt-get build-dep kvm; apt-get source kvm; cd kvm-*; debuild -us -uc" (I didn't test it, but it shouldn't be too different, perhaps you could not have some dependency you can install from testing or compile this way too:) Thanks, Rodrigo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
