diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-27 23:08:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-27 23:08:44 +0000 |
commit | a4b844e4c4ef101c4a79e4831a36f0ff51bd1f32 (patch) | |
tree | 9c9debe426c01444b7bd0975d1e3923d0a2c641f /perl-install/install2.pm | |
parent | 1c0127d9f80cb91dc16a212f7380f3a45381c0df (diff) | |
download | drakx-a4b844e4c4ef101c4a79e4831a36f0ff51bd1f32.tar drakx-a4b844e4c4ef101c4a79e4831a36f0ff51bd1f32.tar.gz drakx-a4b844e4c4ef101c4a79e4831a36f0ff51bd1f32.tar.bz2 drakx-a4b844e4c4ef101c4a79e4831a36f0ff51bd1f32.tar.xz drakx-a4b844e4c4ef101c4a79e4831a36f0ff51bd1f32.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 37b90cba8..9b2212695 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -622,7 +622,7 @@ sub main { modules::read_stage1_conf("/tmp/conf.modules"); modules::read_already_loaded(); - eval { modules::load($_, 'prereq') } foreach qw(ide-probe ide-disk sd_mod af_packet); + eval { modules::load($_, 'prereq') } foreach qw(ide-probe ide-disk ide-cd sd_mod af_packet); install_any::lnx4win_preinstall() if $o->{lnx4win}; #-the main cycle |