From 723684affd73b9c345338de4f19f9f097cb30865 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 28 Feb 2002 16:18:52 +0000 Subject: more precise msg when can't access kernel modules because we still have many dumb people on cooker asking what's going on --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') 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); -- cgit v1.2.1