diff options
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/ethernet.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index b26b64951..0a658e15d 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::load_category('network/main|gigabit|usb'); foreach (detect_devices::getNet()) { my $driver = c::getNetDriver($_) or next; modules::add_alias($_, $driver); |