summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-30 22:35:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-30 22:35:37 +0000
commit144146a4fdfea33d8d6b6d704235260cdb1cadc6 (patch)
tree3d1f363713ffc4e290fc247aaf4fcf2be4dd6735 /perl-install/install_steps_auto_install.pm
parent80b5e4e009276349e59ed2b9eefb5e42da3d073f (diff)
downloaddrakx-backup-do-not-use-144146a4fdfea33d8d6b6d704235260cdb1cadc6.tar
drakx-backup-do-not-use-144146a4fdfea33d8d6b6d704235260cdb1cadc6.tar.gz
drakx-backup-do-not-use-144146a4fdfea33d8d6b6d704235260cdb1cadc6.tar.bz2
drakx-backup-do-not-use-144146a4fdfea33d8d6b6d704235260cdb1cadc6.tar.xz
drakx-backup-do-not-use-144146a4fdfea33d8d6b6d704235260cdb1cadc6.zip
adapt to new category network/gigabit (which used to be in network/main)
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm
index 92d3f1722..79277b846 100644
--- a/perl-install/install_steps_auto_install.pm
+++ b/perl-install/install_steps_auto_install.pm
@@ -40,7 +40,7 @@ sub new {
sub configureNetwork {
my ($_o) = @_;
log::l("install_steps_auto_install::configureNetwork");
- modules::load_category('network/main|usb');
+ modules::load_category('network/main|gigabit|usb');
goto &install_steps::configureNetwork;
}