X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=virt-p2v.1.html;fp=virt-p2v.1.html;h=89e6f69f1d0c5cab368136a3cc0c059802a0eb9a;hb=3afa1961cd2630eb5b19a6760fbe388f17471358;hp=72130aea7bb1aa7fb7a1f05d82489696977a393e;hpb=863a1c876e5276beb2fcdafd721ae82d5376786f;p=virt-p2v.git diff --git a/virt-p2v.1.html b/virt-p2v.1.html index 72130ae..89e6f69 100644 --- a/virt-p2v.1.html +++ b/virt-p2v.1.html @@ -144,6 +144,13 @@ from the physical machine's root filesystem. You should probably try this method even though occasionally it does not work.

+
Ask for fixed IP address and gateway + +
+

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.

+
+
Configure from the shell
@@ -165,6 +172,14 @@ interface would be:

gateway.

+
QEMU user network + +
+

This option configures the network for use inside a QEMU user network +(http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC30). It +should only be used by developers.

+
+
Devices @@ -461,9 +476,44 @@ For example, Some ["sda"; "sdb"].

network
-

Set this to the choice for network setup. Use either Some Auto or -Some Shell for auto-configuration or shell (manual) configuration -respectively.

+

Set this to the choice for network setup. Use one of:

+
+
+
Some Auto + +
+

for auto-configuration

+
+ +
Some Static + +
+

to specify the interface, address, netmask and gateway statically

+
+ +
Some Shell + +
+

to launch a shell

+
+ +
Some QEMUUserNet + +
+

to use a QEMU user network (developers only)

+
+ +
+
static_network_config + +
+

This setting only applies if network is set to Some Static, +in which case you should set this to the static network settings, +a tuple of (interface, address, netmask, gateway, nameserver):

+
+
+
+ Some ("eth0", "192.168.2.5", "255.255.255.0", "192.168.2.1", "192.168.2.1")
hypervisor