Set to minimum the dhcpv6 timeout

We don't have an IPv6 infrastructure…
Also disable by the default the WEP key question.
This commit is contained in:
Jeremy Gardais 2019-01-10 11:23:11 +01:00
parent 1311f8b8b0
commit 15168cad49
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,9 @@ d-i keyboard-configuration/xkb-keymap select French
## Auto-configure networking
d-i netcfg/use_autoconfig boolean true
# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
## To set a different link detection timeout (default is 3 seconds).
## Values are interpreted as seconds.
d-i netcfg/link_detection_timeout string 20
@ -49,7 +52,7 @@ d-i netcfg/link_wait_timeout string 3
## If you have a slow dhcp server and the installer times out waiting for
## it, this might be useful.
d-i netcfg/dhcp_timeout string 60
d-i netcfg/dhcpv6_timeout string 60
d-i netcfg/dhcpv6_timeout string 1
## Network Configuration
d-i netcfg/get_hostname string unassigned-hostname