From 2484adfffaadbedece6a5844739b1e069b6cfb1d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 17 Sep 2004 05:03:26 +0000 Subject: update iftab when new ethernet devices are detected --- perl-install/standalone/service_harddrake | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 7337b43b6..c19be0453 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -119,6 +119,7 @@ foreach my $hw_class (@harddrake::data::tree) { $modules_conf->remove_alias_regexp('^(wlan|eth)[0-9]*$'); modules::load_category($modules_conf, 'network/main|gigabit|usb|wireless|firewire|pcmcia'); require network::ethernet; + network::ethernet::update_iftab(); network::ethernet::configure_eth_aliases($modules_conf); $modules_conf->write; } elsif (member($Ident, qw(AGP ATA_STORAGE SATA_STORAGE SCSI_CONTROLLER TV))) { -- cgit v1.2.1