summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/service_harddrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 3b60485b1..a6ddce473 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -83,6 +83,7 @@ foreach my $hw_class (@harddrake::data::tree) {
# automatic sound slots configuration
system("rm -f /etc/asound.state");
harddrake::sound::configure_sound_slots();
+ next;
} elsif ($Ident eq "ETHERNET") {
modules::remove_alias_regexp('^(wlan|eth)[0-9]*$');
modules::load_category('network/main|gigabit|usb');