Remove guestfish recipes.
[libguestfs.git] / recipes / tar2vm.html
diff --git a/recipes/tar2vm.html b/recipes/tar2vm.html
deleted file mode 100644 (file)
index ecb5c55..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<p>
-This script shows how you might generate a whole virtual
-machine, or a disk image for a virtual machine, starting
-with a tarball that contains the content for the machine.
-</p>
-
-<p>
-The usage is:
-</p>
-
-<pre>
-tar2vm.sh input.tar.gz output.img 100M
-</pre>
-
-<p>
-where (for example) <code>100M</code> is the size of the output
-disk image.  You have to specify a size that is large enough to contain all
-the contents of the tarball, but not too large that there is too much
-wasted space (unless you want to give the VM extra working space of
-course).
-</p>
-
-<p>
-See also <a href="http://libguestfs.org/virt-make-fs.1.html">virt-make-fs</a>.
-</p>