start_vms into /etc/init.d/vboxdrv

Maurizio Marini maumar at datalogica.com
Thu May 14 09:35:35 UTC 2009


i note that start_vms is missing into  /etc/init.d/vboxdrv
maybe it is intentionaly missing, for some reason that at the moment i can't 
see

i will try this :

start_vms()
{
        VMS=`$VBOXMANAGE -nologo list vms 2>/dev/null`
        if [ -n "$VMS" ]; then
                begin_msg "Starting VMs"
                for v in $VMS; do
                    $VBOXMANAGE -nologo start $v -type vrdp 
                done
                succ_msg
        fi

}
	
i use  -type vrdp as suggested here:
http://forums.virtualbox.org/viewtopic.php?f=7&t=11633

i suppose that i cannot boot a VirtualBox vm without booting it undetached, i 
should do some tests, but at the moment it's my convintion
anyone could help on this issue?
tia




More information about the fedora-list mailing list