From 6b1d5299f4946bb90a4e7c781692afe070689e88 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Jul 2002 22:02:10 +0000 Subject: fix loading ide-cd (big thanks to rcc you did all the work to resolve the pb) => this fixes ide burner detection --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') 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}); -- cgit v1.2.1