于 2011年04月23日 17:35, Nikita A Menkovich 写道:
I have an iso, than automate freebsd install, and after installation it reboot VM. I want to remove cdrom drive with ISO from VM config after reboot? How I could do this?
virsh detach-disk/detach-device will work, or if you just want to eject the cd, virsh update-device will also work. Regards Osier