initscript: keep reprobing for network interfaces when none are found
When a machine uses a USB-based network adapter to connect to the gateway, the nic may not have been probed by Linux by the time we reach the connect function.
To fix this issue, let's give it 10 seconds to appear, with a check every 500ms.