summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-10 20:09:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-10 20:09:34 +0000
commit8aebb08cfe57825db57557fdd458ed00c8a8d798 (patch)
tree69c8ba5c6716a3ec94c22c77bc83a75b549ffed3 /perl-install/install_steps.pm
parent78920d72fcb505f5ff8eb1ae348c07cf3ecc435e (diff)
downloaddrakx-backup-do-not-use-8aebb08cfe57825db57557fdd458ed00c8a8d798.tar
drakx-backup-do-not-use-8aebb08cfe57825db57557fdd458ed00c8a8d798.tar.gz
drakx-backup-do-not-use-8aebb08cfe57825db57557fdd458ed00c8a8d798.tar.bz2
drakx-backup-do-not-use-8aebb08cfe57825db57557fdd458ed00c8a8d798.tar.xz
drakx-backup-do-not-use-8aebb08cfe57825db57557fdd458ed00c8a8d798.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index d74bd971c..2b37f9dfe 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -315,6 +315,11 @@ sub afterInstallPackages($) {
return if $::g_auto_install;
+ die _("Some important packages didn't get installed properly.
+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
"Some important packages didn't get installed properly.