From 1454751b731ff3a448cc5b5b46f4cbc1fc2f66d0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 21 Aug 2012 12:55:09 +0100 Subject: recipes: Update cloning section. --- examples/guestfs-recipes.pod | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index 3b91e60c..82fc86e0 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) -- cgit