From ad29b45f4d9989d9774bf14098a39a1f75d23f88 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 31 Mar 2005 14:05:01 +0000 Subject: do no try to install too generic hw packages (#15101) --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index ef6353d72..b1cf90162 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -472,7 +472,7 @@ $_->hide foreach $module_cfg_button, $config_button; # hide buttons while no dev { $SIG{CHLD} = undef; #local $SIG{CHLD} = sub {}; - if (my @packages = simple_read_rpmsrate()) { + if (my @packages = grep { !member($_, qw(ati.2 dmraid gnome-alsamixer mdadm xmms-alsa)) } simple_read_rpmsrate()) { my $do_pkgs = do_pkgs_standalone->new; my @packages2install = grep { !$do_pkgs->is_installed($_) } @packages; undef $wait; -- cgit v1.2.1