>From d07790ccd9286719966f3de719605f9f4029fe10 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 7 May 2010 11:26:28 +0100 Subject: [PATCH] config: Update virt-v2v.conf documentation. --- v2v/virt-v2v.conf.pod | 70 ++++++++++++++++++++++++++++-------------------- 1 files changed, 41 insertions(+), 29 deletions(-) diff --git a/v2v/virt-v2v.conf.pod b/v2v/virt-v2v.conf.pod index 85651f6..05cdc0c 100644 --- a/v2v/virt-v2v.conf.pod +++ b/v2v/virt-v2v.conf.pod @@ -70,7 +70,7 @@ normal kernel. This software will be specific to the guest operating system. Software to be installed is specified in the EappE element, which is a child of the root element. The configuration can specify any number of -EappE elements. EappE can have 5 attributes: +EappE elements. EappE can have these attributes: =over @@ -81,20 +81,27 @@ attribute. =item os -The name of the guest operating system, as returned by libguestfs. +The name of the guest operating system, as returned by virt-inspector. +This will be a string, like 'linux' or 'windows'. + +=item distro + +When os='linux', this is the Linux distribution as returned by +virt-inspector. Possible values include 'rhel', 'debian'. =item major The major version name of the guest operating system, as returned by -libguestfs. +virt-inspector. =item minor -The minor version name of the guest operating system, as returned by libguestfs. +The minor version name of the guest operating system, as returned by +virt-inspector. =item arch -The guest architecture, as returned by libguestfs. +The guest architecture, as returned by virt-inspector. =back @@ -108,19 +115,23 @@ match. Specifically, it searches in the following order: =item * -os, major, minor, arch +os, distro, major, minor, arch + +=item * + +os, distro, major, minor =item * -os, major, minor +os, distro, major, arch =item * -os, major, arch +os, distro, major =item * -os, major +os, distro =item * @@ -157,15 +168,15 @@ versions, on i686: /var/lib/virt-v2v/software /var/lib/virt-v2v/transfer.iso - + rhel/5/kernel-2.6.18-128.el5.i686.rpm ecryptfs-utils lvm2 - + rhel/5/ecryptfs-utils-56-8.el5.i386.rpm - + rhel/5/lvm2-2.02.40-6.el5.i386.rpm device-mapper device-mapper-event @@ -204,71 +215,71 @@ default, the second to the RHEV default. - + rhel/5/kernel-2.6.18-128.el5.i686.rpm ecryptfs-utils lvm2 - + rhel/5/kernel-PAE-2.6.18-128.el5.i686.rpm ecryptfs-utils lvm2 - + rhel/5/kernel-2.6.18-128.el5.x86_64.rpm ecryptfs-utils lvm2 - + rhel/5/ecryptfs-utils-56-8.el5.x86_64.rpm - + rhel/5/ecryptfs-utils-56-8.el5.i386.rpm - + rhel/5/lvm2-2.02.40-6.el5.x86_64.rpm device-mapper device-mapper-event - + rhel/5/lvm2-2.02.40-6.el5.i386.rpm device-mapper device-mapper-event - + rhel/5/device-mapper-1.02.28-2.el5.x86_64.rpm - + rhel/5/device-mapper-1.02.28-2.el5.i386.rpm - + rhel/5/device-mapper-event-1.02.28-2.el5.x86_64.rpm - + rhel/5/device-mapper-event-1.02.28-2.el5.i386.rpm - + rhel/4/kernel-2.6.9-89.EL.i686.rpm - + rhel/4/kernel-smp-2.6.9-89.EL.i686.rpm - + rhel/4/kernel-hugemem-2.6.9-89.EL.i686.rpm - + rhel/4/kernel-2.6.9-89.EL.x86_64.rpm - + rhel/4/kernel-smp-2.6.9-89.EL.x86_64.rpm - + rhel/4/kernel-largesmp-2.6.9-89.EL.x86_64.rpm @@ -313,4 +324,5 @@ Copyright (C) 2009,2010 Red Hat Inc. =head1 SEE ALSO L, +L, L -- 1.6.6.1