From c99b07cc24d3de330f9a8413e7a00fe6bdd37de3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Oct 2005 16:04:06 +0000 Subject: (default_packages) "alsa" doesn't exists --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 636825edd..b2581a1a8 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -896,7 +896,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", "alsa-utils" if any { $o->{modules_conf}->get_alias("sound-slot-$_") =~ /^snd-/ } 0 .. 4; + push @l, "alsa-utils" if any { $o->{modules_conf}->get_alias("sound-slot-$_") =~ /^snd-/ } 0 .. 4; push @l, detect_devices::probe_name('Pkg'); my $dmi_BIOS = detect_devices::dmidecode_category('BIOS'); -- cgit v1.2.1