summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-01-15 14:57:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-01-15 14:57:29 +0000
commit731fbe16e2a84cc6296d36fd470222db7def1c09 (patch)
treef509ebd14c7a02549d1f8dc818af76ba3c97ce31 /perl-install/install_steps_interactive.pm
parente173c7f036c9af67d9ed7ce206904883982b90a5 (diff)
downloaddrakx-backup-do-not-use-731fbe16e2a84cc6296d36fd470222db7def1c09.tar
drakx-backup-do-not-use-731fbe16e2a84cc6296d36fd470222db7def1c09.tar.gz
drakx-backup-do-not-use-731fbe16e2a84cc6296d36fd470222db7def1c09.tar.bz2
drakx-backup-do-not-use-731fbe16e2a84cc6296d36fd470222db7def1c09.tar.xz
drakx-backup-do-not-use-731fbe16e2a84cc6296d36fd470222db7def1c09.zip
- factorize snd devices listing in detect_devices::getSoundDevices()
so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index dd26fce10..8de24ec4a 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -827,7 +827,7 @@ sub summary {
return N("Remote CUPS server"); #- fall back in case of something wrong.
};
- my @sound_cards = (arch() =~ /ppc/ ? \&modules::load_category : \&modules::probe_category)->('multimedia/sound');
+ my @sound_cards = getSoundDevices();
#- if no sound card are detected AND the user selected things needing a sound card,
#- propose a special case for ISA cards