summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-08-18 16:06:07 +0000
committerOlivier Blin <oblin@mandriva.com>2008-08-18 16:06:07 +0000
commita57fb7d7e6f16d01a66c1f982df6329505593262 (patch)
treea86287b7ba1fcb8c61b6564c67fd8c1e4f947e4e /perl-install/pkgs.pm
parentedba7f6b7443e2a12e9707a9c257e40fb412a41c (diff)
downloaddrakx-a57fb7d7e6f16d01a66c1f982df6329505593262.tar
drakx-a57fb7d7e6f16d01a66c1f982df6329505593262.tar.gz
drakx-a57fb7d7e6f16d01a66c1f982df6329505593262.tar.bz2
drakx-a57fb7d7e6f16d01a66c1f982df6329505593262.tar.xz
drakx-a57fb7d7e6f16d01a66c1f982df6329505593262.zip
use rpmsrate when detecting hardware packages outside of install
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm1
1 files changed, 1 insertions, 0 deletions
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),
);