diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-03 04:32:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-03 04:32:23 +0000 |
commit | 785c0f0823be768ecc0c5163358496d105b083c5 (patch) | |
tree | 08ce6cdc64273f5ba000d79aff9961707c917b69 /perl-install/install_steps.pm | |
parent | 2d199c980e717516209a3c90bb36535e306dbc61 (diff) | |
download | drakx-785c0f0823be768ecc0c5163358496d105b083c5.tar drakx-785c0f0823be768ecc0c5163358496d105b083c5.tar.gz drakx-785c0f0823be768ecc0c5163358496d105b083c5.tar.bz2 drakx-785c0f0823be768ecc0c5163358496d105b083c5.tar.xz drakx-785c0f0823be768ecc0c5163358496d105b083c5.zip |
(setupSCSI) load modularized PATA drivers too
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index c561cb124..258c852c7 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -157,7 +157,7 @@ sub setupSCSI { install_any::configure_pcmcia($o->{modules_conf}, $o->{pcmcia}) if $o->{pcmcia}; modules::load(modules::category2modules('disk/cdrom')); modules::load_category($o->{modules_conf}, 'bus/firewire'); - modules::load_category($o->{modules_conf}, 'disk/scsi|hardware_raid|firewire'); + modules::load_category($o->{modules_conf}, 'disk/ide|scsi|hardware_raid|firewire'); install_any::getHds($o); } |