The default wait time of 3 seconds isn't always enough get an IP from the DHCP, give more time to the installer to find a NIC that works.
Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> --- Osstest/Debian.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 14ec2293..cf5a3bd1 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -723,6 +723,7 @@ sub di_installcmdline_core ($$;@) { "hostname=$tho->{Name}", "$xopts{PreseedScheme}=$ps_url", "netcfg/dhcp_timeout=150", + "netcfg/link_wait_timeout=10", "netcfg/choose_interface=$netcfg_interface", ); -- Anthony PERARD