From a9b47d5e9c996c01887a9deabb7b7512b936ce87 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Aug 2007 10:19:48 +0000 Subject: (load_raw_install) do warn if pata driver failed to load (now that pcitable do not list modules not present in current kernel) --- perl-install/modules.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 9e1cd537a..28d70fc46 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -313,8 +313,6 @@ sub load_raw_install { if ($rc) { unlink $m; ''; - } elsif ($m !~ /pata/) { # FIXME: remove me once cooker is reopened - 'error'; } } else { log::l("missing module $_"); -- cgit v1.2.1