summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-13 12:38:14 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-13 12:38:14 +0000
commit4d52b5f0d02193776dc76451b3cee704d1f53cc6 (patch)
tree0027e93792c0664fea308004566b4a827e97c769 /perl-install/install2.pm
parent1b02cff44c6217c166413ebc753a89c1abfcef33 (diff)
downloaddrakx-backup-do-not-use-4d52b5f0d02193776dc76451b3cee704d1f53cc6.tar
drakx-backup-do-not-use-4d52b5f0d02193776dc76451b3cee704d1f53cc6.tar.gz
drakx-backup-do-not-use-4d52b5f0d02193776dc76451b3cee704d1f53cc6.tar.bz2
drakx-backup-do-not-use-4d52b5f0d02193776dc76451b3cee704d1f53cc6.tar.xz
drakx-backup-do-not-use-4d52b5f0d02193776dc76451b3cee704d1f53cc6.zip
testing for cz file in move mode is a bad idea
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 9233123c1..4d0f1ab54 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -115,7 +115,7 @@ sub selectMouse {
sub setupSCSI {
my ($clicked, $_ent_number, $auto) = @_;
- if (!$::live && !$::g_auto_install && !$o->{blank} && !$::testing && !$::uml_install) {
+ if (!$::live && !$::g_auto_install && !$o->{blank} && !$::testing && !$::uml_install && !$::move) {
-s modules::cz_file() or die \N("Can't access kernel modules corresponding to your kernel (file %s is missing), this generally means your boot floppy in not in sync with the Installation medium (please create a newer boot floppy)", modules::cz_file());
}