diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-25 22:02:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-25 22:02:10 +0000 |
commit | 6b1d5299f4946bb90a4e7c781692afe070689e88 (patch) | |
tree | c66ba2c79c3a887fdc8055fe8da7d4cd5fa312bb | |
parent | 25c3cb5e034c42393f92cb68ab7c565779a35890 (diff) | |
download | drakx-6b1d5299f4946bb90a4e7c781692afe070689e88.tar drakx-6b1d5299f4946bb90a4e7c781692afe070689e88.tar.gz drakx-6b1d5299f4946bb90a4e7c781692afe070689e88.tar.bz2 drakx-6b1d5299f4946bb90a4e7c781692afe070689e88.tar.xz drakx-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
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
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}); |