diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-19 17:15:36 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-19 17:15:36 +0000 |
commit | de7d4baf2978f851c572282fe54355c94c69259e (patch) | |
tree | 1b17e14b7dfbeca165e18120a2bfbd2cc16e0727 /perl-install/install_steps.pm | |
parent | 36b067adfbe069090b8593cbfa9c8c2e5f016656 (diff) | |
download | drakx-backup-do-not-use-de7d4baf2978f851c572282fe54355c94c69259e.tar drakx-backup-do-not-use-de7d4baf2978f851c572282fe54355c94c69259e.tar.gz drakx-backup-do-not-use-de7d4baf2978f851c572282fe54355c94c69259e.tar.bz2 drakx-backup-do-not-use-de7d4baf2978f851c572282fe54355c94c69259e.tar.xz drakx-backup-do-not-use-de7d4baf2978f851c572282fe54355c94c69259e.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 2b37f9dfe..fc0c42465 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -320,13 +320,15 @@ Either your cdrom drive or your cdrom is defective. Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm\" ") if grep { m|read failed: Input/output error| } cat_("$o->{prefix}/root/install.log"); - -x "$o->{prefix}/usr/bin/dumpkeys" or $::testing or die + if (arch() !~ /^sparc/) { #- TODO restore it as may be needed for sparc + -x "$o->{prefix}/usr/bin/dumpkeys" or $::testing or die "Some important packages didn't get installed properly. Please switch to console 2 (using ctrl-alt-f2) and look at the log file /tmp/ddebug.log Consoles 1,3,4,7 may also contain interesting information"; + } pkgs::done_db(); |