summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/harddrake/data.pm2
-rwxr-xr-xperl-install/standalone/service_harddrake1
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 43b11d1cd..64c21db6b 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -211,7 +211,7 @@ our @tree =
|| member($_->{driver}, @net_modules);
} @devices);
},
- checked_on_boot => 0,
+ checked_on_boot => 1,
},
{
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index dfe732c1a..01b6668a4 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -138,6 +138,7 @@ foreach my $hw_class (@harddrake::data::tree) {
network::ethernet::update_iftab();
network::ethernet::configure_eth_aliases($modules_conf);
$modules_conf->write;
+ next;
} elsif (member($Ident, qw(AGP ATA_STORAGE PCMCIA_CONTROLLER SATA_STORAGE SCSI_CONTROLLER TV))) {
# add agpgart and the like modules to modprobe.preload if needed:
$modules_conf->write;