diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index 3b91e60c9..82fc86e06 100644 --- a/examples/guestfs-recipes.pod +++ b/examples/guestfs-recipes.pod @@ -33,18 +33,13 @@ Windows. L L -=head1 Cloning a virtual machine (Linux) +=head1 Cloning a virtual machine -The guestfish technique described in the link below works well for -most Linux VMs. Depending on the Linux distro you may need to change -the paths slightly. +Use a combination of tools like L, L, and +virt tools like L, L +and L. -L - -Avoid L. Currently what to do about virt-clone is -under discussion. - -L +For more details, see: L. =head1 Cloning a virtual machine (Windows)