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