summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-12-19 20:47:01 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-12-19 20:50:35 +0100
commit48ed2ed0bd33ba14f0b76f09df8d9969d34e2b78 (patch)
tree8c0dab16f9730315e1e8916b0efae8f6d2b19dd3
parent60b6389b58eb565ae0da8e446b542500f0b01055 (diff)
downloaddrakx-48ed2ed0bd33ba14f0b76f09df8d9969d34e2b78.tar
drakx-48ed2ed0bd33ba14f0b76f09df8d9969d34e2b78.tar.gz
drakx-48ed2ed0bd33ba14f0b76f09df8d9969d34e2b78.tar.bz2
drakx-48ed2ed0bd33ba14f0b76f09df8d9969d34e2b78.tar.xz
drakx-48ed2ed0bd33ba14f0b76f09df8d9969d34e2b78.zip
remove old pkgs from blacklist
those packages are no more in rpmsrate and in most case do not even exist anymore in mageia
-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 8f85fad2a..5b403c576 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -497,7 +497,7 @@ $tree->signal_connect(realize => sub { $tree->get_selection->select_path(Gtk3::T
$SIG{CHLD} = undef;
#local $SIG{CHLD} = sub {};
- if (my @packages = difference2([ pkgs::detect_hardware_packages($in->do_pkgs) ], [ qw(ati.2 dmraid gnome-alsamixer mdadm xmms-alsa) ])) {
+ if (my @packages = difference2([ pkgs::detect_hardware_packages($in->do_pkgs) ], [ qw(dmraid mdadm) ])) {
@packages = difference2(\@packages, [ $in->do_pkgs->are_installed(@packages) ]);
# we use uniq() because on biarch machines, we got packages twice:
my @packages2install = uniq($in->do_pkgs->are_available(@packages));