diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-12 07:24:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-12 07:24:27 +0000 |
commit | 7ad37ff6c59a19f53c65b5d906c899ec97809898 (patch) | |
tree | cdb82abbfac0aaa15a770fce1584f9513236993a /perl-install/standalone/harddrake2 | |
parent | 6279d17c19cb7ce69c9a76978a261f7fb4cb8f26 (diff) | |
download | drakx-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-x | perl-install/standalone/harddrake2 | 2 |
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}); |