From 67e1929a8ac986227a0e7e6724e10827adf6040c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Update documentation. --- README | 15 ++++++++------- README.developers | 9 +-------- 2 files changed, 9 insertions(+), 15 deletions(-) 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 diff --git a/README.developers b/README.developers index 232805e..0984569 100644 --- a/README.developers +++ b/README.developers @@ -8,19 +8,12 @@ About Live CDs / livecd-creator tool: The files in this directory ---------------------------------------------------------------------- -livecd.ks.in +p2v.ks.in Kickstart file which describes how to build the live CD. This is essentially the configuration file for livecd-creator. Most importantly it lists the RPMs which are needed on the live CD. -livecd-post.sh.in - - This is the %post-configuration section of the Kickstart script. It - is a shell script which runs after the RPMs have been installed but - before the live CD is turned into an ISO. The shell script creates - any extra files we need on the live CD. - virt-p2v This is the virt-p2v P2V configuration tool itself. It is -- 1.8.3.1