> I want the virtual machine to be started when the host system is started. For > this I am looking for an init script in /etc/init.d/ to start and stop a > virtual machine. In case I can't find one I will write it myself, it can't be > very difficult.
You might want to take a look at Xen. It was the auto start and stop that pushed me to Xen on CentOS for my "production" virtual machines. All you do is add a softlink in /etc/xen/auto to the configurations of the Xen guests in /etc/xen and they will start and stop with the host. Additionally you can attach to the xenserver with virt-manager and take and release manual control seamlessly from any window manager, even across the network. Brett _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
