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
--
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines