summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-25 22:02:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-25 22:02:10 +0000
commit6b1d5299f4946bb90a4e7c781692afe070689e88 (patch)
treec66ba2c79c3a887fdc8055fe8da7d4cd5fa312bb /perl-install/install_steps_interactive.pm
parent25c3cb5e034c42393f92cb68ab7c565779a35890 (diff)
downloaddrakx-backup-do-not-use-6b1d5299f4946bb90a4e7c781692afe070689e88.tar
drakx-backup-do-not-use-6b1d5299f4946bb90a4e7c781692afe070689e88.tar.gz
drakx-backup-do-not-use-6b1d5299f4946bb90a4e7c781692afe070689e88.tar.bz2
drakx-backup-do-not-use-6b1d5299f4946bb90a4e7c781692afe070689e88.tar.xz
drakx-backup-do-not-use-6b1d5299f4946bb90a4e7c781692afe070689e88.zip
fix loading ide-cd (big thanks to rcc <rickscafe.casablanca@gmx.net> you did
all the work to resolve the pb) => this fixes ide burner detection
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index e9b35d922..8a644ea65 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -318,7 +318,7 @@ sub setupSCSI {
}
{
my $w = $o->wait_message(_("IDE"), _("Configuring IDE"));
- modules::load_category('disk/cdrom');
+ modules::load(modules::category2modules('disk/cdrom'));
}
any::load_category($o, 'disk/scsi|hardware_raid', !$::expert && !$clicked, 0, $o->{pcmcia});