From bbaf83c744dba5b0496998da822ccd144333ab1c Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Thu, 3 Aug 2023 17:42:04 +0100 Subject: [PATCH] di_installcmdline_core: Add link_wait_timeout to install cmdline MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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é --- Osstest/Debian.pm | 1 + 1 file changed, 1 insertion(+) 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", ); -- 2.39.5