diff options
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 0fcedc3a4..d340b15d2 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -270,6 +270,7 @@ initlevel 3 sub get_any_driver_entry { my ($in, $driver, $device) = @_; + return () if $::isInstall; +{ val => N("Let me pick any driver"), disabled => sub {}, clicked => sub { |