diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-09-17 05:01:51 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-09-17 05:01:51 +0000 |
commit | c5b93c69a0152cc4a0f896bd97713cf5e7dfeb25 (patch) | |
tree | 6e860e46f35399dd381f1f6b022e18975c1388e3 /perl-install/standalone/service_harddrake | |
parent | b0ceee58f4bc52935a0c58b2ea1f5ad53a799b69 (diff) | |
download | drakx-c5b93c69a0152cc4a0f896bd97713cf5e7dfeb25.tar drakx-c5b93c69a0152cc4a0f896bd97713cf5e7dfeb25.tar.gz drakx-c5b93c69a0152cc4a0f896bd97713cf5e7dfeb25.tar.bz2 drakx-c5b93c69a0152cc4a0f896bd97713cf5e7dfeb25.tar.xz drakx-c5b93c69a0152cc4a0f896bd97713cf5e7dfeb25.zip |
probe firewire and pcmcia network devices too
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index c32e67913..7337b43b6 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -117,7 +117,7 @@ foreach my $hw_class (@harddrake::data::tree) { next; } elsif ($Ident eq "ETHERNET") { $modules_conf->remove_alias_regexp('^(wlan|eth)[0-9]*$'); - modules::load_category($modules_conf, 'network/main|gigabit|usb|wireless'); + modules::load_category($modules_conf, 'network/main|gigabit|usb|wireless|firewire|pcmcia'); require network::ethernet; network::ethernet::configure_eth_aliases($modules_conf); $modules_conf->write; |