Blame SOURCES/0028-p2v-Fix-list-of-files-in-documentation.patch

151578
From 77faaa76368ecd4e758d0705a44c1afc25c95796 Mon Sep 17 00:00:00 2001
151578
From: "Richard W.M. Jones" <rjones@redhat.com>
151578
Date: Thu, 30 Mar 2017 14:45:47 +0100
151578
Subject: [PATCH] p2v: Fix list of files in documentation.
151578
151578
(cherry picked from commit 38e7a1e038a91e34010ca0f89b0da077be821421)
151578
---
151578
 p2v/virt-p2v.pod | 28 +++++++++++++---------------
151578
 1 file changed, 13 insertions(+), 15 deletions(-)
151578
151578
diff --git a/p2v/virt-p2v.pod b/p2v/virt-p2v.pod
151578
index ee870fdd9..7fd637152 100644
151578
--- a/p2v/virt-p2v.pod
151578
+++ b/p2v/virt-p2v.pod
151578
@@ -724,18 +724,6 @@ Into this directory are written various files which include:
151578
 
151578
 =item F<dmesg>
151578
 
151578
-I<(before conversion)>
151578
-
151578
-The dmesg output from the physical machine.  Useful for detecting
151578
-problems such as missing device drivers or firmware on the virt-p2v
151578
-ISO.
151578
-
151578
-=item F<environment>
151578
-
151578
-I<(before conversion)>
151578
-
151578
-The content of the environment where L<virt-v2v(1)> will run.
151578
-
151578
 =item F<lscpu>
151578
 
151578
 =item F<lspci>
151578
@@ -746,8 +734,18 @@ The content of the environment where L<virt-v2v(1)> will run.
151578
 
151578
 I<(before conversion)>
151578
 
151578
-The output of the corresponding commands (ie L<lscpu(1)> etc) on the
151578
-physical machine.  Useful for debugging novel hardware configurations.
151578
+The output of the corresponding commands (ie L<dmesg(1)>, L<lscpu(1)>
151578
+etc) on the physical machine.
151578
+
151578
+The dmesg output is useful for detecting problems such as missing
151578
+device drivers or firmware on the virt-p2v ISO.  The others are useful
151578
+for debugging novel hardware configurations.
151578
+
151578
+=item F<environment>
151578
+
151578
+I<(before conversion)>
151578
+
151578
+The content of the environment where L<virt-v2v(1)> will run.
151578
 
151578
 =item F<name>
151578
 
151578
@@ -799,7 +797,7 @@ B<unedited> log file in any bug reports or support tickets.
151578
 
151578
 =item F<virt-v2v-wrapper.sh>
151578
 
151578
-I<(during/after conversion)>
151578
+I<(before conversion)>
151578
 
151578
 This is the wrapper script which is used when running virt-v2v.  For
151578
 interest only, do not attempt to run this script yourself.
151578
-- 
151578
2.14.3
151578