summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-11-21 12:56:48 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-11-21 12:56:48 +0000
commitb8a069fc247e34fff755ae64bd33423fcee62fa1 (patch)
tree157e70228f674278bc85f05c76fe182359c4a237 /perl-install/install_any.pm
parentd3ad34d44d95c630499a0c2fff717b204e18361d (diff)
downloaddrakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.tar
drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.tar.gz
drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.tar.bz2
drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.tar.xz
drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.zip
install aoss too when installing ALSA
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 22ad2e00b..bc1c4294c 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -895,7 +895,7 @@ sub default_packages {
push @l, "mdadm" if !is_empty_array_ref($o->{all_hds}{raids});
push @l, "lvm2" if !is_empty_array_ref($o->{all_hds}{lvms});
push @l, "dmraid" if any { fs::type::is_dmraid($_) } @{$o->{all_hds}{hds}};
- push @l, "alsa-utils" if any { $o->{modules_conf}->get_alias("sound-slot-$_") =~ /^snd-/ } 0 .. 4;
+ push @l, qw(alsa-utils oss) if any { $o->{modules_conf}->get_alias("sound-slot-$_") =~ /^snd-/ } 0 .. 4;
push @l, (arch() =~ /x86_64/ ? 'powernowd' : 'athcool') if cat_('/proc/cpuinfo') =~ /AuthenticAMD/;
push @l, detect_devices::probe_name('Pkg');