summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-09-17 05:01:51 +0000
committerOlivier Blin <oblin@mandriva.org>2004-09-17 05:01:51 +0000
commitc5b93c69a0152cc4a0f896bd97713cf5e7dfeb25 (patch)
tree6e860e46f35399dd381f1f6b022e18975c1388e3 /perl-install/standalone/service_harddrake
parentb0ceee58f4bc52935a0c58b2ea1f5ad53a799b69 (diff)
downloaddrakx-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-xperl-install/standalone/service_harddrake2
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;