X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=6902fcab1fe99c200bb476ffb2a46a557094d093;hb=4b59a9e67994b88c9ff8e2db7ec81ef49d5124ef;hp=8b61d357bbb6b0345cec2e0fdd2c6360cf5f1a16;hpb=67e1929a8ac986227a0e7e6724e10827adf6040c;p=virt-p2v.git diff --git a/README b/README index 8b61d35..6902fca 100644 --- a/README +++ b/README @@ -7,6 +7,14 @@ Copyright (C) 2007-2008 Red Hat Inc. http://et.redhat.com/~rjones/virt-p2v/ +Support +---------------------------------------------------------------------- + +Please send all queries, patches, bug reports etc. to the +et-mgmt-tools mailing list: + + http://www.redhat.com/mailman/listinfo/et-mgmt-tools + Binaries ---------------------------------------------------------------------- @@ -32,16 +40,26 @@ Building Requirements: - * livecd-creator (on Fedora the package is 'livecd-tools') - * ocaml, ocaml-extlib, ocaml-pcre, ocaml-xml-light (all in Fedora) + * livecd-creator (in Fedora the package is called 'livecd-tools') + * ocaml, ocaml-extlib, ocaml-pcre, ocaml-xml-light, + ocaml-newt (all in Fedora) * qemu and/or KVM (only for testing) Then: - ./configure && make + ./configure --help + ./configure + make + +Then: + + make build (as root) builds an ISO image + called virt-p2v-$VERSION.iso + +Other useful commands: -As root, 'make build' will build an ISO image called -'virt-p2v-$VERSION.iso'. + make man Build manual page + make pxe Make a PXE-boot image in tftpboot/ subdirectory Burn the image on to a CD using standard tools.