Hello,

I am using virt-install to install CentOS6 guests on a CentOS6 KVM remote host. Everything works fine except that at the end of the installation, the guest stops instead of rebooting, which I thought, should be the default behaviour.

The command I use is : 
[root@myorchestrator]# /usr/local/bin/virt-install --connect qemu+ssh://root@mydom0/system --name myclient --accelerate --ram 2048 --disk path=/mnt/client.img,size=10 --os-type=linux --network bridge:mybridge --vnc --pxe -m 52:54:00:00:3d:a9

virt-install version is 0.500.6 on the host where I use virt-install. libvirt is version 0.8.1 (CentOS 6) on dom0.

Any advice ?

Julien Garet