ae28c99b5f
Updates the dhcp-all-interfaces element so that the link check tries up to 10 times. On some of my machines 3 times (seconds) doesn't appear to be quite long enough... Change-Id: Ibf7015162fc890d4de8a417b868b0301146944c0 |
||
---|---|---|
.. | ||
install.d | ||
README.md |
Autodetect network interfaces during boot and configure them for DHCP
The rationale for this is that we are likely to require multiple network interfaces for use cases such as baremetal and there is no way to know ahead of time which one is which, so we will simply run a DHCP client on all interfaces (except lo) that are visible on the first boot.
The script /usr/local/sbin/generate-interfaces-file.sh will be called early in each boot and will scan available network interfaces and ensure they are configured properly before networking services are started.