Automatic network card selection
This commit is contained in:
parent
5f784ba514
commit
993be66b94
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
d-i debian-installer/locale string fr_FR
|
||||
d-i keyboard-configuration/xkb-keymap select fr(latin9)
|
||||
# d-i netcfg/choose_interface select eth0
|
||||
d-i netcfg/choose_interface select auto
|
||||
d-i netcfg/get_hostname string unassigned-hostname
|
||||
d-i netcfg/get_domain string unassigned-domain
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
d-i debian-installer/locale string fr_FR
|
||||
d-i keyboard-configuration/xkb-keymap select fr(latin9)
|
||||
#d-i netcfg/choose_interface select eth0
|
||||
d-i netcfg/choose_interface select auto
|
||||
d-i netcfg/get_hostname string unassigned-hostname
|
||||
d-i netcfg/get_domain string unassigned-domain
|
||||
|
||||
|
|
Reference in a new issue