I'm a fan of grabbing pre-built qcow2 files from the big distros (e.g. Fedora), and booting them right up. Saves me have to build VM's, and they boot right up.
Here's my process:
Any harm in that ?
Here's my process:
- build a dummy vm
- Grab a qcow2 from vendor using wget
- copy right over the VM's generic qcow2 file
- Use "virt-customize" to add a root password to the image (because logging in is a nice feature)
- boot the VM
Any harm in that ?