diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 90f8dafd2..fa26935fd 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 && !$::g_auto_install && !$o->{blank}) { + 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()); } |