From 3c522284e04fba2c4dc3976137ea0f0cff5a8611 Mon Sep 17 00:00:00 2001 From: Dan Rue Date: Wed, 5 Jul 2017 11:16:50 -0500 Subject: 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 --- releases/17.08/debian/preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3