X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-p2v.1.html;h=579808fcdf7202a4009b1aa19afd77d37dd476f6;hb=8cde8367df637e67fbe765b4d1158e196e7ca101;hp=89e6f69f1d0c5cab368136a3cc0c059802a0eb9a;hpb=3afa1961cd2630eb5b19a6760fbe388f17471358;p=virt-p2v.git diff --git a/virt-p2v.1.html b/virt-p2v.1.html index 89e6f69..579808f 100644 --- a/virt-p2v.1.html +++ b/virt-p2v.1.html @@ -38,7 +38,8 @@
  • ISO ATTACHMENTS
  • -
  • BOOTING FROM A USB KEY INSTEAD OF A CD
  • +
  • PXE BOOTING
  • +
  • BOOTING FROM A USB KEY
  • TESTING AN ISO UNDER QEMU OR KVM
  • MAILING LIST
  • SEE ALSO
  • @@ -77,12 +78,15 @@ CUSTOM LIVE CD section below.

    machine over the network to the virtualization host machine over ssh. Therefore sshd must be running on the virtualization host, and must be accessible to that host. See SERVER REQUIREMENTS section below.

    -

    The virt-p2v script must only be run from the live CD. It isn't -designed to run outside this environment and could do Bad Things to -your machine if you try it. The script contains some checks to try to -stop you from doing this.

    +

    The virt-p2v script must only be run from the live CD environment. +It isn't designed to run outside this environment and could do Bad +Things to your machine if you try it. The script contains some checks +to try to stop you from doing this.

    Virt-p2v does not modify the physical machine, its disks, configuration etc.

    +

    USB key and PXE boot options are also available. See sections +PXE BOOTING and BOOTING FROM A USB KEY +below.


    @@ -278,6 +282,21 @@ chance that they could coincide, which would leave a guest unable to access the virtual network.

    +
    Compression + +
    +

    Choose whether to enable or disable compression on disk images as they +are copied across the network.

    +
    +
    +

    If enabled, the -C option is passed to ssh(1). On fast networks +this can sometimes be slower.

    +
    +
    +

    NB: The disk image is still stored uncompressed on the remote host +however this option is set.

    +
    +
    Verify and proceed
    @@ -565,6 +584,13 @@ uniqueness so there is a very small chance that they could coincide, which would leave a guest unable to access the virtual network.

    +
    compression + +
    +

    Set this to Some false to disable compression, or Some true to +enable compression, or None to ask the user.

    +
    +

    @@ -579,12 +605,27 @@ built an existing virt-p2v-*.iso, you can just do:

    or the equivalent manual command:

      ./iso-attach virt-p2v-VERSION.iso virt-p2v
    +

    Note that ISO attachments only work with real (and emulated) CD-Rs, +not with other methods of booting such as USB keys and PXE.

    +

    +

    +
    +

    PXE BOOTING

    +

    If you wish to boot over the network using PXE, use the +livecd-iso-to-pxeboot script (part of livecd-tools).

    +
    + livecd-iso-to-pxeboot virt-p2v-$VERSION.iso
    +

    then copy the generated subdirectory tftpboot/ to the +right place for your PXE configuration.

    +

    Pre-built PXE boot images are also available on the website.

    +

    General configuration of DHCP, TFTP and PXE for network booting are +outside the scope of this document.


    -

    BOOTING FROM A USB KEY INSTEAD OF A CD

    -

    If you wish to boot from a USB keydrive, use the livecd-iso-to-disk -tool:

    +

    BOOTING FROM A USB KEY

    +

    If you wish to boot from a USB keydrive, use the livecd-iso-to-disk +script (part of livecd-tools):

      livecd-iso-to-disk virt-p2v-$VERSION.iso /dev/sdX1

    (Replace /dev/sdX1 with the actual USB device).