From 3cdbc482c8fa1a3d20b9a9f290e8e0019be2bbfc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 6 Nov 2003 17:06:15 +0000 Subject: let only remove aliases on bootstrapping (ie only in harddrake caller); it's safer --- perl-install/network/ethernet.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') 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; -- cgit v1.2.1