jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Wait30 does not really wait for 30 seconds in archlinux template #1070

Open ibizaman opened 9 years ago

ibizaman commented 9 years ago

Hi,

In the archlinux template, there's a Wait30 line that, at one moment worked, but now does not seem to really wait for 30 seconds. So veewee starts typing while the VM is not yet loaded.

By simply modifying

'<Wait30>'

to

'<Wait>'*30

it works.

I don't really know what's happening though. Maybe something changed in VBoxManage?