From a57fb7d7e6f16d01a66c1f982df6329505593262 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 18 Aug 2008 16:06:07 +0000 Subject: use rpmsrate when detecting hardware packages outside of install --- perl-install/pkgs.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index b2bca4436..ddd7de717 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -197,6 +197,7 @@ sub detect_network_drivers { sub detect_hardware_packages { my ($do_pkgs, $o_match_all_hardware) = @_; ( + ($::isInstall ? () : list_hardware_packages($o_match_all_hardware)), detect_graphical_drivers($do_pkgs, $o_match_all_hardware), detect_network_drivers($do_pkgs, $o_match_all_hardware), ); -- cgit v1.2.1