From f4e7b5e6c505ecbcef14ecbb26507f0159bad32b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 5 Mar 2015 18:42:20 +0100 Subject: ignore firmwares within draklive rationale: it breaks building live images... --- perl-install/install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/any.pm') diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 1ad0e6391..cd658ad32 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -423,6 +423,7 @@ Is a firmware needed by some HW? sub is_firmware_needed { my ($o) = @_; + return 0 if $::o->{match_all_hardware}; state $res; $res = is_firmware_needed_($o) if !defined $res; $res; -- cgit v1.2.1