Ubuntu 13.04
Sponsored Link

Create Virtual Machine#22013/04/27

 
Create a Virtual Machine from template.
[1] Create a Virtual Machine from template that is made in previous page.
# copy disk image and XML file for a new Virtual Machine

root@dlp:~#
virt-clone --original template --name mail --file /var/kvm/images/mail.img

Allocating 'mail.img'                     |  20 GB     00:19

Clone 'mail' created successfully.

root@dlp:~#
virsh start mail --console
Ubuntu 13.04 www ttyS0
www login:
# just booted
root@www:~#
vi /etc/hostname
# change hostname for this new machine

mail
root@www:~#
Ubuntu 13.04 mail ttyS0
mail login:
# complete
Matched Content