diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 6662cd98d..06e0be85d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -504,9 +504,8 @@ sub main { eval { modules::load("af_packet") }; - each_index { - modules::add_alias("sound-slot-$::i", $_->{driver}); - } modules::probe_category('multimedia/sound'); + require harddrake::sound; + harddrake::sound::configure_sound_slots(); #- needed very early for install_steps_gtk eval { $o->{mouse} = mouse::detect() } if !$o->{nomouseprobe} && !$o->{mouse} && !$::testing; |