summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-02-28 16:18:52 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-02-28 16:18:52 +0000
commit723684affd73b9c345338de4f19f9f097cb30865 (patch)
treef5b8b1672990c6cd993d945776fbde92c7c1978c /perl-install
parentf288876d390292575cd10924d8c809acc49cb011 (diff)
downloaddrakx-723684affd73b9c345338de4f19f9f097cb30865.tar
drakx-723684affd73b9c345338de4f19f9f097cb30865.tar.gz
drakx-723684affd73b9c345338de4f19f9f097cb30865.tar.bz2
drakx-723684affd73b9c345338de4f19f9f097cb30865.tar.xz
drakx-723684affd73b9c345338de4f19f9f097cb30865.zip
more precise msg when can't access kernel modules because we still have many dumb people on cooker asking what's going on
Diffstat (limited to 'perl-install')
-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 fd75df2b8..9efa3358a 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -111,7 +111,7 @@ sub setupSCSI {
my ($clicked, $ent_number, $auto) = @_;
if (!$::live && !$::g_auto_install && !$o->{blank} && !$::testing) {
- -s modules::cz_file() or die _("Can't access kernel modules corresponding to your kernel (file %s is missing)", modules::cz_file());
+ -s modules::cz_file() or die _("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());
}
installStepsCall($o, $auto, 'setupSCSI', $clicked);