[Libguestfs] [PATCH 1/4] Update virt-v2v.conf for RHEL 6 virtio support

Matthew Booth mbooth at redhat.com
Wed Jul 28 09:16:24 UTC 2010


RHEL 6 has always supported virtio, so no dependencies are required.
---
 v2v/virt-v2v.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/v2v/virt-v2v.conf b/v2v/virt-v2v.conf
index c3dfd30..a79f3a8 100644
--- a/v2v/virt-v2v.conf
+++ b/v2v/virt-v2v.conf
@@ -37,6 +37,9 @@
 
     You shouldn't need to modify these.
   -->
+  <!-- RHEL 6 has always supported virtio -->
+  <capability os='linux' distro='rhel' major='6' name='virtio'/>
+
   <capability os='linux' distro='rhel' major='5' name='virtio'>
     <dep name='kernel' minversion='2.6.18-128.el5'/>
     <dep name='lvm2' minversion='2.02.40-6.el5'/>
-- 
1.7.2




More information about the Libguestfs mailing list