From 873df3610648871bf70db972448e7025d725f2da Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Nov 2003 14:15:47 +0000 Subject: mdkmove doesn't use setupSCSI step anymore --- perl-install/install_steps_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') 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); } -- cgit v1.2.1