summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-12 07:24:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-12 07:24:27 +0000
commit7ad37ff6c59a19f53c65b5d906c899ec97809898 (patch)
treecdb82abbfac0aaa15a770fce1584f9513236993a /perl-install/standalone/harddrake2
parent6279d17c19cb7ce69c9a76978a261f7fb4cb8f26 (diff)
downloaddrakx-7ad37ff6c59a19f53c65b5d906c899ec97809898.tar
drakx-7ad37ff6c59a19f53c65b5d906c899ec97809898.tar.gz
drakx-7ad37ff6c59a19f53c65b5d906c899ec97809898.tar.bz2
drakx-7ad37ff6c59a19f53c65b5d906c899ec97809898.tar.xz
drakx-7ad37ff6c59a19f53c65b5d906c899ec97809898.zip
handle multiple removable devices: their managment is different from other hw
classes since we need to run a config tool per device and not one per hw class
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 1910dc3b2..86d4f9e43 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -272,7 +272,7 @@ foreach (@harddrake::data::tree) {
my $i = $_;
$_->{bus_location} = join ':', map { sprintf("%lx", $i->{$_}) } qw(channel id lun);
}
- harddrake::data::set_removable_configurator($Ident, $_, \$configurator);
+ $configurator .= harddrake::data::set_removable_configurator($Ident, $_);
if ($Ident eq "AUDIO") {
require harddrake::sound;
my $alter = harddrake::sound::get_alternative($_->{driver});