2 This script shows how you might have a library of premade
3 virtual machines ready for cloning, but as a final step you
4 use libguestfs or guestfish to customize some configuration
5 files inside the VM before it's ready to go.
9 In this simple recipe, we overwrite the <code>/etc/resolv.conf</code> file
10 with a new nameserver entry, and change <code>/etc/HOSTNAME</code>.
14 There are lots of possible improvements to this script, such as
15 using qcow snapshots so that cloned VMs share storage with their