summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-17 14:15:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-17 14:15:47 +0000
commit873df3610648871bf70db972448e7025d725f2da (patch)
tree7bd2eb130119852d2237e564bdef1348052f4d57 /perl-install/install_steps_interactive.pm
parentaa8465adecebbe4cc729bfef76ba1489fe04aad6 (diff)
downloaddrakx-backup-do-not-use-873df3610648871bf70db972448e7025d725f2da.tar
drakx-backup-do-not-use-873df3610648871bf70db972448e7025d725f2da.tar.gz
drakx-backup-do-not-use-873df3610648871bf70db972448e7025d725f2da.tar.bz2
drakx-backup-do-not-use-873df3610648871bf70db972448e7025d725f2da.tar.xz
drakx-backup-do-not-use-873df3610648871bf70db972448e7025d725f2da.zip
mdkmove doesn't use setupSCSI step anymore
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index a61b6ec0f..5863a64a7 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -236,9 +236,9 @@ sub setupSCSI {
my $have_non_scsi = detect_devices::hds(); #- at_least_one scsi device if we have no disks
modules::interactive::load_category($o, 'disk/scsi|hardware_raid|firewire', 1, !$have_non_scsi);
- modules::interactive::load_category($o, 'disk/scsi|hardware_raid|firewire') if !detect_devices::hds() && !$::move; #- we really want a disk!
+ modules::interactive::load_category($o, 'disk/scsi|hardware_raid|firewire') if !detect_devices::hds(); #- we really want a disk!
- install_interactive::tellAboutProprietaryModules($o) if !$::move;
+ install_interactive::tellAboutProprietaryModules($o);
install_any::getHds($o, $o);
}