diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-09-14 21:34:02 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-09-14 21:34:02 +0000 |
commit | 3af350fa3fbb89feece5f9d36554736b762c688b (patch) | |
tree | 0ddbef6a1b6547621d3a197d6898dd53ecc85997 /perl-install/standalone | |
parent | a00eca21bb160bccd3c2230108683cedb114ae5e (diff) | |
download | drakx-3af350fa3fbb89feece5f9d36554736b762c688b.tar drakx-3af350fa3fbb89feece5f9d36554736b762c688b.tar.gz drakx-3af350fa3fbb89feece5f9d36554736b762c688b.tar.bz2 drakx-3af350fa3fbb89feece5f9d36554736b762c688b.tar.xz drakx-3af350fa3fbb89feece5f9d36554736b762c688b.zip |
call network::ethernet::update_iftab from network::ethernet::configure_eth_aliases
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index e186b600e..4fcbb14a4 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -136,7 +136,6 @@ 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; next; |