]> xenbits.xensource.com Git - osstest.git/commitdiff
di_installcmdline_core: Add link_wait_timeout to install cmdline
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 3 Aug 2023 16:42:04 +0000 (17:42 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 28 Mar 2024 16:51:52 +0000 (16:51 +0000)
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.perard@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Osstest/Debian.pm

index 14ec2293e7999db568804ca7337ab530f879a6dc..cf5a3bd11373177d317786c65828761844017c01 100644 (file)
@@ -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",
                );