summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-06 17:06:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-06 17:06:15 +0000
commit3cdbc482c8fa1a3d20b9a9f290e8e0019be2bbfc (patch)
tree1bbf850d1e50f907f05d8e8d82f1cf1c3f0d3a5d /perl-install/network
parent78d749b2a6a4173e89e957d688de90202583b0fa (diff)
downloaddrakx-3cdbc482c8fa1a3d20b9a9f290e8e0019be2bbfc.tar
drakx-3cdbc482c8fa1a3d20b9a9f290e8e0019be2bbfc.tar.gz
drakx-3cdbc482c8fa1a3d20b9a9f290e8e0019be2bbfc.tar.bz2
drakx-3cdbc482c8fa1a3d20b9a9f290e8e0019be2bbfc.tar.xz
drakx-3cdbc482c8fa1a3d20b9a9f290e8e0019be2bbfc.zip
let only remove aliases on bootstrapping (ie only in harddrake
caller); it's safer
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/ethernet.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 6f6372e6f..b26b64951 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -193,7 +193,6 @@ want to use the default host name."),
# automatic net aliases configuration
sub configure_eth_aliases() {
- modules::remove_alias_regexp('^(wlan|eth)[0-9]*$');
modules::load_category('network/main|gigabit|usb');
foreach (detect_devices::getNet()) {
my $driver = c::getNetDriver($_) or next;