summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
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;