From a20585fab1e4ec0b15d9a38c414c6c8b036d0f82 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 21 Nov 2005 13:04:24 +0000 Subject: (default_packages) typo fix --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index bc1c4294c..e9ecd90f9 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, qw(alsa-utils oss) if any { $o->{modules_conf}->get_alias("sound-slot-$_") =~ /^snd-/ } 0 .. 4; + push @l, qw(alsa-utils aoss) 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'); -- cgit v1.2.1