summaryrefslogtreecommitdiffstats
path: root/tools/ddcprobe
Commit message (Expand)AuthorAgeFilesLines
* we now need -lm to linkPascal Rigaux2003-07-281-0/+1
* catch bad HorizSync or VertRefreshPascal Rigaux2003-02-181-0/+2
* fix for cards giving bad infoPascal Rigaux2001-09-051-1/+1
* also try EISA ID to auto-detect the monitor (sometimes the EISA ID is there, ...Pascal Rigaux2001-09-051-3/+8
* no_commentPascal Rigaux2000-01-011-1/+1
* no_commentPascal Rigaux1999-12-302-0/+491
* no_commentPascal Rigaux1999-11-251-0/+1
* no_commentPascal Rigaux1999-11-241-0/+10
* no_commentPascal Rigaux1999-11-159-0/+2265
faadbedece6a5844739b1e069b6cfb1d.tar.xz
drakx-2484adfffaadbedece6a5844739b1e069b6cfb1d.zip
update iftab when new ethernet devices are detected
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 7337b43b6..c19be0453 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -119,6 +119,7 @@ foreach my $hw_class (@harddrake::data::tree) {
$modules_conf->remove_alias_regexp('^(wlan|eth)[0-9]*$');
modules::load_category($modules_conf, 'network/main|gigabit|usb|wireless|firewire|pcmcia');
require network::ethernet;
+ network::ethernet::update_iftab();
network::ethernet::configure_eth_aliases($modules_conf);
$modules_conf->write;
} elsif (member($Ident, qw(AGP ATA_STORAGE SATA_STORAGE SCSI_CONTROLLER TV))) {