diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-09 20:14:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-09 20:14:31 +0000 |
commit | e895f62a7623d51ba0529b08d3c2abe4d2d2228a (patch) | |
tree | d49426ff9fbc7c542224d3456f7b1272bc41d5f0 /perl-install/install_any.pm | |
parent | a962c35db1124c3244df7a1fe6a1ded7abc7ef27 (diff) | |
download | drakx-e895f62a7623d51ba0529b08d3c2abe4d2d2228a.tar drakx-e895f62a7623d51ba0529b08d3c2abe4d2d2228a.tar.gz drakx-e895f62a7623d51ba0529b08d3c2abe4d2d2228a.tar.bz2 drakx-e895f62a7623d51ba0529b08d3c2abe4d2d2228a.tar.xz drakx-e895f62a7623d51ba0529b08d3c2abe4d2d2228a.zip |
(setPackages): also have SOUND set in compssUsersChoice based on pciusbtable
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 66a3245dc..f094a0d02 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -335,7 +335,7 @@ sub setPackages { $o->{compssUsersChoice}{$_} = 1 foreach map { @{$o->{compssUsers}{$_}{flags}} } 'Workstation|Office Workstation', 'Workstation|Internet station'; } - $o->{compssUsersChoice}{uc($_)} = 1 foreach grep { modules::get_that_type($_) } ('tv', 'scanner', 'photo'); + $o->{compssUsersChoice}{uc($_)} = 1 foreach grep { modules::get_that_type($_) } ('tv', 'scanner', 'photo', 'sound'); $o->{compssUsersChoice}{uc($_)} = 1 foreach map { $_->{driver} =~ /Flag:(.*)/ } detect_devices::probeall(); $o->{compssUsersChoice}{SYSTEM} = 1; $o->{compssUsersChoice}{BURNER} = 1 if detect_devices::burners(); |