summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-11-16 15:12:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-11-16 15:12:27 +0000
commitce6157ddfe14a6fa7c39561f7d6c0ca6f9f97fa8 (patch)
tree68dc2301d7eb3ba3cc19b72110b191f8c156d205 /perl-install/standalone/service_harddrake
parent84d5cde82dd249215f6a9073bd695b10cd81efa2 (diff)
downloaddrakx-ce6157ddfe14a6fa7c39561f7d6c0ca6f9f97fa8.tar
drakx-ce6157ddfe14a6fa7c39561f7d6c0ca6f9f97fa8.tar.gz
drakx-ce6157ddfe14a6fa7c39561f7d6c0ca6f9f97fa8.tar.bz2
drakx-ce6157ddfe14a6fa7c39561f7d6c0ca6f9f97fa8.tar.xz
drakx-ce6157ddfe14a6fa7c39561f7d6c0ca6f9f97fa8.zip
on startup, redo ethX aliases
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake1
1 files changed, 1 insertions, 0 deletions
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;