diff options
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 572b2af9c..6a66e6b23 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1275,7 +1275,7 @@ Click on Ok to keep your configuration, or cancel to reconfigure your Internet & "), 1) and do { $netcnx->{type} = 'lan'; - $netc->{NET_INTERFACE} = 'eth0'; + $netc->{$_} = 'eth0' foreach qw(NET_DEVICE NET_INTERFACE); $use_wizard = 0; }; } |