dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

Change to vboxinit #719

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
v4.2.7
vboxinit md5sum: 1d406ac208cf1c2da910ce15833ca046

A small change to the script needs to be made to work with the latest version 
of virtualbox.

diff:

41c41
<               if [ "${STARTUP}" == "auto" ]; then

---
>               if [ "${STARTUP}" == "set!" ]; then

Original issue reported on code.google.com by m...@pkt5.com on 14 Oct 2013 at 8:45