Version 0.9.3 released.
[virt-p2v.git] / README.developers
index 232805e..02dfa6c 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
@@ -36,6 +29,12 @@ iso-attach
 
   Attach newer virt-p2v scripts to pre-built ISOs (used by 'make update').
 
+extras/
+
+  Anything under here is copied onto the ISO squashfs.  In particular
+  this contains paravirt drivers for Red Hat Enterprise Linux,
+  CentOS and friends.
+
 General implementation plan
 ----------------------------------------------------------------------