X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=a61e5f7d305be728c8a83c8b0245e356c454c36b;hb=4bc32f7f5b7f18584dd917b4e80c1edeafbc57d2;hp=b2ffa071b53c5177d24b29d6fe909269a4ca6c3f;hpb=5791fe1d77a1d183c8a4ffc0b9cd53101c142f80;p=virt-p2v.git diff --git a/README b/README index b2ffa07..a61e5f7 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 ---------------------------------------------------------------------- @@ -36,12 +44,14 @@ Requirements: * ocaml, ocaml-extlib, ocaml-pcre, ocaml-xml-light (all in Fedora) * qemu and/or KVM (only for testing) -(1) Edit Makefile - there is some general configuration at the - top which you may want to change. +Then: + + ./configure && make -(2) 'make build' will build an ISO image called virt-p2v-$VERSION.iso +As root, 'make build' will build an ISO image called +'virt-p2v-$VERSION.iso'. -(3) Burn the image on to a CD using standard tools. +Burn the image on to a CD using standard tools. Testing @@ -52,6 +62,5 @@ server, then you can run the ISO directly in qemu. (To do any sort of realistic testing you will also need an operating system image, eg. from /var/lib/xen/images, to experiment with). For example: - $ cp /var/lib/xen/images/rhel5gax32fv.img . - $ make boot HDA=rhel5gax32fv.img - qemu -m 512 -cdrom virt-p2v-0.1.iso -boot d -hda rhel5gax32fv.img + cp /var/lib/xen/images/rhel5gax32fv.img . + make boot HDA=rhel5gax32fv.img