Open main menu

CDOT Wiki β

Changes

VMs+Emulation

5 bytes added, 18:35, 18 April 2010
no edit summary
Make a new copy of the arm1.img file under a different name in /var/lib/libvirt/images
Edit the XML, making the following changes:
1. Change the UUID (you can use uuidgen to generate a new one)<br/>
2. Change the image filename (in the source tag in the devices section) to point to the new image file you just created.
Use virsh define nameOfXMLFile to define the new VM from the modified XML file
1
edit