summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index 8ce19880a..55751e42e 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -275,6 +275,7 @@ To use alsa, one can either use:
}
},
{
+ advanced => 1,
val => N("Trouble shooting"), disabled => sub {},
clicked => sub { &trouble($in) }
},
@@ -340,6 +341,7 @@ sub get_any_driver_entry {
my ($in, $modules_conf, $driver, $device) = @_;
return () if $::isInstall;
+{
+ advanced => 1,
val => N("Let me pick any driver"), disabled => sub {},
clicked => sub {
my $old_driver = $driver;