Version 0.9.3 released.
[virt-p2v.git] / virt-p2v.1.html
index a795e86..89e6f69 100644 (file)
@@ -40,6 +40,7 @@
 
        <li><a href="#booting_from_a_usb_key_instead_of_a_cd">BOOTING FROM A USB KEY INSTEAD OF A CD</a></li>
        <li><a href="#testing_an_iso_under_qemu_or_kvm">TESTING AN ISO UNDER QEMU OR KVM</a></li>
+       <li><a href="#mailing_list">MAILING LIST</a></li>
        <li><a href="#see_also">SEE ALSO</a></li>
        <li><a href="#authors">AUTHORS</a></li>
        <li><a href="#copyright">COPYRIGHT</a></li>
@@ -143,6 +144,13 @@ from the physical machine's root filesystem.  You should probably try
 this method even though occasionally it does not work.</p>
 </dd>
 </li>
+<dt><strong><a name="item_ask_for_fixed_ip_address_and_gateway">Ask for fixed IP address and gateway</a></strong>
+
+<dd>
+<p>In this mode the live CD will ask you for a fixed IP address and
+gateway address, and will configure your chosen interface with these.</p>
+</dd>
+</li>
 <dt><strong><a name="item_configure_from_the_shell">Configure from the shell</a></strong>
 
 <dd>
@@ -164,6 +172,14 @@ interface would be:</p>
 gateway.</p>
 </dd>
 </li>
+<dt><strong><a name="item_qemu_user_network">QEMU user network</a></strong>
+
+<dd>
+<p>This option configures the network for use inside a QEMU user network
+(<a href="http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC30">http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC30</a>).  It
+should only be used by developers.</p>
+</dd>
+</li>
 </dl>
 <dt><strong><a name="item_devices">Devices</a></strong>
 
@@ -460,9 +476,44 @@ For example, <code>Some [&quot;sda&quot;; &quot;sdb&quot;]</code>.</p>
 <dt><strong><a name="item_network"><code>network</code></a></strong>
 
 <dd>
-<p>Set this to the choice for network setup.  Use either <code>Some Auto</code> or
-<code>Some Shell</code> for auto-configuration or shell (manual) configuration
-respectively.</p>
+<p>Set this to the choice for network setup.  Use one of:</p>
+</dd>
+<dl>
+<dt><strong><a name="item_some_auto"><code>Some Auto</code></a></strong>
+
+<dd>
+<p>for auto-configuration</p>
+</dd>
+</li>
+<dt><strong><a name="item_some_static"><code>Some Static</code></a></strong>
+
+<dd>
+<p>to specify the interface, address, netmask and gateway statically</p>
+</dd>
+</li>
+<dt><strong><a name="item_some_shell"><code>Some Shell</code></a></strong>
+
+<dd>
+<p>to launch a shell</p>
+</dd>
+</li>
+<dt><strong><a name="item_some_qemuusernet"><code>Some QEMUUserNet</code></a></strong>
+
+<dd>
+<p>to use a QEMU user network (developers only)</p>
+</dd>
+</li>
+</dl>
+<dt><strong><a name="item_static_network_config"><code>static_network_config</code></a></strong>
+
+<dd>
+<p>This setting only applies if <a href="#item_network"><code>network</code></a> is set to <a href="#item_some_static"><code>Some Static</code></a>,
+in which case you should set this to the static network settings,
+a tuple of (interface, address, netmask, gateway, nameserver):</p>
+</dd>
+<dd>
+<pre>
+ Some (&quot;eth0&quot;, &quot;192.168.2.5&quot;, &quot;255.255.255.0&quot;, &quot;192.168.2.1&quot;, &quot;192.168.2.1&quot;)</pre>
 </dd>
 </li>
 <dt><strong><a name="item_hypervisor"><code>hypervisor</code></a></strong>
@@ -555,6 +606,13 @@ you can test the P2V conversion process on the guest.</p>
 <p>
 </p>
 <hr />
+<h1><a name="mailing_list">MAILING LIST</a></h1>
+<p>Please direct questions to the et-mgmt-tools mailing list
+<a href="http://www.redhat.com/mailman/listinfo/et-mgmt-tools">http://www.redhat.com/mailman/listinfo/et-mgmt-tools</a>
+&lt;et-mgmt-tools @ redhat . com&gt;</p>
+<p>
+</p>
+<hr />
 <h1><a name="see_also">SEE ALSO</a></h1>
 <p><em>virsh(1)</em>,
 <a href="http://www.libvirt.org/ocaml/">http://www.libvirt.org/ocaml/</a>,