regressions: Enable both tests for bug 576879 (not fixed).
[libguestfs.git] / recipes / clone.html
index a9998e1..7079f3f 100644 (file)
@@ -1,5 +1,3 @@
-<h2>Clone and edit a virtual machine</h2>
-
 <p>
 This script shows how you might have a library of premade
 virtual machines ready for cloning, but as a final step you
@@ -14,6 +12,11 @@ with a new nameserver entry, and change <code>/etc/HOSTNAME</code>.
 
 <p>
 There are lots of possible improvements to this script, such as
-using qcow snapshots so that cloned VMs share storage with their
+using qcow2 snapshots so that cloned VMs share storage with their
 "parent" preimages.
 </p>
+
+<p>
+For more information about cloning images using libvirt and libguestfs
+see <a href="https://rwmj.wordpress.com/2010/09/24/tip-my-procedure-for-cloning-a-fedora-vm/#content">Richard Jones's procedure for cloning a Fedora VM</a>.
+</p>