Automatic network card selection

This commit is contained in:
Yorick Barbanneau 2020-10-05 14:06:57 +02:00
parent 5f784ba514
commit 993be66b94
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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