Do not use wireless interface for installation (see #19).
This commit is contained in:
parent
ec77a644f8
commit
4176528451
|
@ -4,6 +4,7 @@
|
||||||
* task-ssh-server is removed (see #18).
|
* task-ssh-server is removed (see #18).
|
||||||
* task-french and task-english are removed (see #18).
|
* task-french and task-english are removed (see #18).
|
||||||
* Ensure to have minimal documentation available on the system.
|
* Ensure to have minimal documentation available on the system.
|
||||||
|
* Do not use wireless interface for installation (see #19).
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
* Leave standard task in peace to be able to have a X session for user's nodes… (see #17).
|
* Leave standard task in peace to be able to have a X session for user's nodes… (see #17).
|
||||||
|
|
|
@ -39,6 +39,9 @@ d-i keyboard-configuration/xkb-keymap select French
|
||||||
## Network configuration
|
## Network configuration
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
# Disable that annoying WEP key dialog.
|
||||||
|
d-i netcfg/wireless_wep string
|
||||||
|
|
||||||
# To set a different link detection timeout (default is 3 seconds).
|
# To set a different link detection timeout (default is 3 seconds).
|
||||||
# Values are interpreted as seconds.
|
# Values are interpreted as seconds.
|
||||||
d-i netcfg/link_detection_timeout string 20
|
d-i netcfg/link_detection_timeout string 20
|
||||||
|
|
|
@ -39,6 +39,9 @@ d-i keyboard-configuration/xkb-keymap select French
|
||||||
## Network configuration
|
## Network configuration
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
# Disable that annoying WEP key dialog.
|
||||||
|
d-i netcfg/wireless_wep string
|
||||||
|
|
||||||
# To set a different link detection timeout (default is 3 seconds).
|
# To set a different link detection timeout (default is 3 seconds).
|
||||||
# Values are interpreted as seconds.
|
# Values are interpreted as seconds.
|
||||||
d-i netcfg/link_detection_timeout string 20
|
d-i netcfg/link_detection_timeout string 20
|
||||||
|
|
|
@ -39,6 +39,9 @@ d-i keyboard-configuration/xkb-keymap select French
|
||||||
## Network configuration
|
## Network configuration
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
# Disable that annoying WEP key dialog.
|
||||||
|
d-i netcfg/wireless_wep string
|
||||||
|
|
||||||
# To set a different link detection timeout (default is 3 seconds).
|
# To set a different link detection timeout (default is 3 seconds).
|
||||||
# Values are interpreted as seconds.
|
# Values are interpreted as seconds.
|
||||||
d-i netcfg/link_detection_timeout string 20
|
d-i netcfg/link_detection_timeout string 20
|
||||||
|
|
|
@ -39,6 +39,9 @@ d-i keyboard-configuration/xkb-keymap select French
|
||||||
## Network configuration
|
## Network configuration
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
# Disable that annoying WEP key dialog.
|
||||||
|
d-i netcfg/wireless_wep string
|
||||||
|
|
||||||
# To set a different link detection timeout (default is 3 seconds).
|
# To set a different link detection timeout (default is 3 seconds).
|
||||||
# Values are interpreted as seconds.
|
# Values are interpreted as seconds.
|
||||||
d-i netcfg/link_detection_timeout string 20
|
d-i netcfg/link_detection_timeout string 20
|
||||||
|
|
Loading…
Reference in New Issue