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? -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com
? 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