From: Anthony PERARD Date: Thu, 3 Aug 2023 16:42:04 +0000 (+0100) Subject: di_installcmdline_core: Add link_wait_timeout to install cmdline X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bbaf83c744dba5b0496998da822ccd144333ab1c;p=osstest.git di_installcmdline_core: Add link_wait_timeout to install cmdline 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 Acked-by: Roger Pau Monné --- diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 14ec229..cf5a3bd 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", );