aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2017-07-05 11:16:50 -0500
committerDan Rue <dan.rue@linaro.org>2017-07-05 11:16:50 -0500
commit3c522284e04fba2c4dc3976137ea0f0cff5a8611 (patch)
tree43cf54b6902a24df6f833d382e16553228410461
parent2057c6ace484857cd7e57644d798636b5fe2d378 (diff)
Bump dhcp timeout to avoid autoconfig failures
ThunderX periodically fails to autoconfigure during installation. Bump dhcp timeout to work around. Change-Id: I9e89899be03137ac9ebf6db6fd7c3b0d6ae012fa Signed-off-by: Dan Rue <dan.rue@linaro.org>
-rw-r--r--releases/17.08/debian/preseed.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/releases/17.08/debian/preseed.cfg b/releases/17.08/debian/preseed.cfg
index 9ad684c..9eee90b 100644
--- a/releases/17.08/debian/preseed.cfg
+++ b/releases/17.08/debian/preseed.cfg
@@ -11,7 +11,7 @@ d-i keyboard-configuration/xkb-keymap select us
# Network configuration
d-i netcfg/choose_interface select auto
-d-i netcfg/dhcp_timeout string 30
+d-i netcfg/dhcp_timeout string 60
# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions