summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-09-14 14:23:14 +0000
committerOlivier Blin <oblin@mandriva.com>2009-09-14 14:23:14 +0000
commit4062da0581a429546f68ee1d560d1862827f3d11 (patch)
tree3fbfad6f1cebf69744191c14adb944b5f966c719 /perl-install/modules.pm
parentd24ab47eb042fec9c6e90e676c4c414862e1baea (diff)
downloaddrakx-backup-do-not-use-4062da0581a429546f68ee1d560d1862827f3d11.tar
drakx-backup-do-not-use-4062da0581a429546f68ee1d560d1862827f3d11.tar.gz
drakx-backup-do-not-use-4062da0581a429546f68ee1d560d1862827f3d11.tar.bz2
drakx-backup-do-not-use-4062da0581a429546f68ee1d560d1862827f3d11.tar.xz
drakx-backup-do-not-use-4062da0581a429546f68ee1d560d1862827f3d11.zip
ide-disk module is now named ide-gd_mod (backport from trunk)
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index af6a10aa3..7b40ab43e 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -257,7 +257,7 @@ sub when_load_category {
if ($category =~ m,disk/ide,) {
$conf->add_probeall('ide-controller', $name);
- eval { load('ide_disk') };
+ eval { load('ide_gd_mod') };
} elsif ($category =~ m,disk/(scsi|hardware_raid|sata|firewire),) {
$conf->add_probeall('scsi_hostadapter', $name);
eval { load('sd_mod') };