From 87aae67e25fa2a19590f7e1ae35f0b299c47840c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 14 Sep 2004 07:31:25 +0000 Subject: (configure_eth_aliases) errm, use modules_conf --- perl-install/network/ethernet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 0601c1c21..581606c16 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -104,7 +104,7 @@ sub update_iftab() { # automatic net aliases configuration sub configure_eth_aliases { my ($modules_conf) = @_; - foreach my $card (get_eth_cards()) { + foreach my $card (get_eth_cards($modules_conf)) { $modules_conf->remove_alias($card->[1]); $modules_conf->set_alias($card->[0], $card->[1]); } -- cgit v1.2.1