summaryrefslogtreecommitdiffstats
path: root/recipes/clone.html
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-18 15:27:20 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-18 17:02:53 +0100
commit00d34429e5f343bcc3f6afbd27aa3a2ca7820086 (patch)
treeff7a96d1e65bf58d15bae793ec897d3d9202bc7a /recipes/clone.html
parent95368927219f2888aeb1232c7ec950dde538bc39 (diff)
downloadlibguestfs-00d34429e5f343bcc3f6afbd27aa3a2ca7820086.tar.gz
libguestfs-00d34429e5f343bcc3f6afbd27aa3a2ca7820086.tar.xz
libguestfs-00d34429e5f343bcc3f6afbd27aa3a2ca7820086.zip
Remove guestfish recipes.
These were out of date. We will replace them with more up to date information.
Diffstat (limited to 'recipes/clone.html')
-rw-r--r--recipes/clone.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/clone.html b/recipes/clone.html
deleted file mode 100644
index 7079f3f0..00000000
--- a/recipes/clone.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<p>
-This script shows how you might have a library of premade
-virtual machines ready for cloning, but as a final step you
-use libguestfs or guestfish to customize some configuration
-files inside the VM before it's ready to go.
-</p>
-
-<p>
-In this simple recipe, we overwrite the <code>/etc/resolv.conf</code> file
-with a new nameserver entry, and change <code>/etc/HOSTNAME</code>.
-</p>
-
-<p>
-There are lots of possible improvements to this script, such as
-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>