diff options
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 0327a6136..0dcebdcc5 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -148,7 +148,7 @@ sub configureNetwork { my @l = map { $_->[0] } @all_cards; foreach (@all_cards) { - modules::remove_alias($_->[0]); + modules::remove_alias($_->[1]); modules::add_alias($_->[0], $_->[1]); } |