From 9825694557a783d3ab38ca3aec237105fd8cc5cc Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 13 Sep 2001 13:08:31 +0000 Subject: do not output error message for bad kernel if using --g_auto_install. --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 30451fda3..90f8dafd2 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -111,7 +111,7 @@ sub selectMouse { sub setupSCSI { my ($clicked, $ent_number, $auto) = @_; - if (!$::live && !$o->{blank}) { + if (!$::live && !$::g_auto_install && !$o->{blank}) { -s modules::cz_file() or die _("Can't access kernel modules corresponding to your kernel (file %s is missing)", modules::cz_file()); } -- cgit v1.2.1