--- https://www.pld-linux.org/packages/virtualbox?rev=1394014072 +++ https://www.pld-linux.org/packages/virtualbox @@ -8,9 +8,15 @@ - edit ''/etc/vbox/autostart.cfg'' and fill which users may access the feature - as user, configure autostart dbpath: <code sh> $ VBoxManage setproperty autostartdbpath /etc/vbox/autostart </code> - - modify VM to enable autostart of it. (use ''VBoxManage list vms'' or ''VBoxManage list runningvms'' to figure out the UUID or VM name):<code sh> + - modify VM to enable autostart of it: <code sh> $ VBoxManage modifyvm <uuid|vmname> --autostart-enabled on </code> + You can use ''VBoxManage list vms'' or ''VBoxManage list runningvms'' to figure out the UUID or VM name). + If you're using [[vagrant]], then you can obtain uuid from ''id'' file: + <code sh> + $ cat .vagrant/machines/default/virtualbox/id + 238dd504-f9f5-48c9-b214-cf64f16dc0ce + </code>
Diff URL: https://www.pld-linux.org/packages/virtualbox?do=diff&r1=1394014072&r2=1394014143 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
