Update documentation.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 5 Feb 2008 12:36:11 +0000 (12:36 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 5 Feb 2008 12:36:11 +0000 (12:36 +0000)
README
README.developers

diff --git a/README b/README
index b2ffa07..8b61d35 100644 (file)
--- 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
index 232805e..0984569 100644 (file)
@@ -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