diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-25 18:28:24 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-25 18:28:24 +0100 |
commit | b6d5c9e646d0aa18699a88d02ed9205380553b65 (patch) | |
tree | 968f654f1efcfaf21d32b09ead0bfe570c050b66 /recipes | |
parent | a057a058e72d0949db4140e9a03b7a0e5b3c823c (diff) | |
download | libguestfs-b6d5c9e646d0aa18699a88d02ed9205380553b65.tar.gz libguestfs-b6d5c9e646d0aa18699a88d02ed9205380553b65.tar.xz libguestfs-b6d5c9e646d0aa18699a88d02ed9205380553b65.zip |
Better generation of recipes page.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/clone.html | 2 | ||||
-rw-r--r-- | recipes/clone.title | 1 | ||||
-rw-r--r-- | recipes/editgrub.html | 2 | ||||
-rw-r--r-- | recipes/editgrub.title | 1 | ||||
-rw-r--r-- | recipes/export2tar.html | 2 | ||||
-rw-r--r-- | recipes/export2tar.title | 1 | ||||
-rw-r--r-- | recipes/show-devices.html | 2 | ||||
-rw-r--r-- | recipes/show-devices.title | 1 | ||||
-rw-r--r-- | recipes/tar2vm.html | 2 | ||||
-rw-r--r-- | recipes/tar2vm.title | 1 |
10 files changed, 5 insertions, 10 deletions
diff --git a/recipes/clone.html b/recipes/clone.html index a9998e18..f87b4ad6 100644 --- a/recipes/clone.html +++ b/recipes/clone.html @@ -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 diff --git a/recipes/clone.title b/recipes/clone.title new file mode 100644 index 00000000..68ea79c6 --- /dev/null +++ b/recipes/clone.title @@ -0,0 +1 @@ +Clone and edit a virtual machine
\ No newline at end of file diff --git a/recipes/editgrub.html b/recipes/editgrub.html index 7d7a43b7..a1b9babe 100644 --- a/recipes/editgrub.html +++ b/recipes/editgrub.html @@ -1,5 +1,3 @@ -<h2>Fix an unbootable VM by editing /boot/grub/grub.conf</h2> - <p> If you messed up your VM and made it unbootable, it's often useful to be able to go in and edit <code>/boot/grub/grub.conf</code>. diff --git a/recipes/editgrub.title b/recipes/editgrub.title new file mode 100644 index 00000000..2c93a0fe --- /dev/null +++ b/recipes/editgrub.title @@ -0,0 +1 @@ +Fix an unbootable VM by editing /boot/grub/grub.conf
\ No newline at end of file diff --git a/recipes/export2tar.html b/recipes/export2tar.html index 8dc07cac..f24be32e 100644 --- a/recipes/export2tar.html +++ b/recipes/export2tar.html @@ -1,5 +1,3 @@ -<h2>Export the /home directory from a virtual machine into a tarball</h2> - <p> This script lets you export any directory you like from a virtual machine as a tarball. For example, to export <code>/home</code> diff --git a/recipes/export2tar.title b/recipes/export2tar.title new file mode 100644 index 00000000..98a9e91a --- /dev/null +++ b/recipes/export2tar.title @@ -0,0 +1 @@ +Export the /home directory from a virtual machine into a tarball
\ No newline at end of file diff --git a/recipes/show-devices.html b/recipes/show-devices.html index f89a8ea8..7bed5c74 100644 --- a/recipes/show-devices.html +++ b/recipes/show-devices.html @@ -1,5 +1,3 @@ -<h2>Display the devices, partitions, LVs, VGs and PVs in a guest image</h2> - <p> This very simple script shows how you can display an overview of what devices, partitions and LVM data are found in a diff --git a/recipes/show-devices.title b/recipes/show-devices.title new file mode 100644 index 00000000..cadb8ba8 --- /dev/null +++ b/recipes/show-devices.title @@ -0,0 +1 @@ +Display the devices, partitions, LVs, VGs and PVs in a guest image
\ No newline at end of file diff --git a/recipes/tar2vm.html b/recipes/tar2vm.html index 6a063c66..a0ad29cf 100644 --- a/recipes/tar2vm.html +++ b/recipes/tar2vm.html @@ -1,5 +1,3 @@ -<h2>Make a virtual machine out of a tarball</h2> - <p> This script shows how you might generate a whole virtual machine, or a disk image for a virtual machine, starting diff --git a/recipes/tar2vm.title b/recipes/tar2vm.title new file mode 100644 index 00000000..051f6014 --- /dev/null +++ b/recipes/tar2vm.title @@ -0,0 +1 @@ +Make a virtual machine out of a tarball
\ No newline at end of file |