From c5b93c69a0152cc4a0f896bd97713cf5e7dfeb25 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 17 Sep 2004 05:01:51 +0000 Subject: probe firewire and pcmcia network devices too --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/service_harddrake') 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; -- cgit v1.2.1