X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;fp=README;h=8b61d357bbb6b0345cec2e0fdd2c6360cf5f1a16;hb=67e1929a8ac986227a0e7e6724e10827adf6040c;hp=b2ffa071b53c5177d24b29d6fe909269a4ca6c3f;hpb=22c1a9511a7fe461696c4732e844af6588798f18;p=virt-p2v.git diff --git a/README b/README index b2ffa07..8b61d35 100644 --- a/README +++ b/README @@ -36,12 +36,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: -(2) 'make build' will build an ISO image called virt-p2v-$VERSION.iso + ./configure && make -(3) Burn the image on to a CD using standard tools. +As root, 'make build' will build an ISO image called +'virt-p2v-$VERSION.iso'. + +Burn the image on to a CD using standard tools. Testing @@ -52,6 +54,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