Comment 2 for bug 391980

Revision history for this message
Nick Barcet (nijaba) wrote :

Thanks a lot for taking the time to help us make vmbuilder better.

Could you please try adding a wait loop for DHCP to have finished its setup in boot.sh such as

   while (! ping -c 1 dk.archive.ubuntu.com); do sleep 1; done

If that solves your issue, we could consider adding this wait before invoking the boot script, but it would have to be generalized first. In the mean time we could add a note for other that may run in a similar problem at https://help.ubuntu.com/community/JeOSVMBuilder