Browse code

Merge "xenapi: set dhcp timeout on VM installation"

Jenkins authored on 2013/10/03 10:42:47
Showing 1 changed files
... ...
@@ -34,7 +34,7 @@ d-i netcfg/choose_interface select auto
34 34
 
35 35
 # If you have a slow dhcp server and the installer times out waiting for
36 36
 # it, this might be useful.
37
-#d-i netcfg/dhcp_timeout string 60
37
+d-i netcfg/dhcp_timeout string 120
38 38
 
39 39
 # If you prefer to configure the network manually, uncomment this line and
40 40
 # the static network configuration below.