diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-30 22:35:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-30 22:35:37 +0000 |
commit | 144146a4fdfea33d8d6b6d704235260cdb1cadc6 (patch) | |
tree | 3d1f363713ffc4e290fc247aaf4fcf2be4dd6735 /perl-install/install_steps_auto_install.pm | |
parent | 80b5e4e009276349e59ed2b9eefb5e42da3d073f (diff) | |
download | drakx-144146a4fdfea33d8d6b6d704235260cdb1cadc6.tar drakx-144146a4fdfea33d8d6b6d704235260cdb1cadc6.tar.gz drakx-144146a4fdfea33d8d6b6d704235260cdb1cadc6.tar.bz2 drakx-144146a4fdfea33d8d6b6d704235260cdb1cadc6.tar.xz drakx-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.pm | 2 |
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; } |