diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-29 13:55:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-29 13:55:45 +0000 |
commit | f8ad1eef9ad024e026b538f91b162aed15aff125 (patch) | |
tree | 8542fb7f919b493249c565cf7e0d5dc9510a6267 | |
parent | 522597641ee5e4f5596ff7402815c4ece317a4d9 (diff) | |
download | drakx-f8ad1eef9ad024e026b538f91b162aed15aff125.tar drakx-f8ad1eef9ad024e026b538f91b162aed15aff125.tar.gz drakx-f8ad1eef9ad024e026b538f91b162aed15aff125.tar.bz2 drakx-f8ad1eef9ad024e026b538f91b162aed15aff125.tar.xz drakx-f8ad1eef9ad024e026b538f91b162aed15aff125.zip |
(getCompaqSmartArray): /proc/array/ida0 can contain more than one ida/c0d0p*
-rw-r--r-- | perl-install/detect_devices.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 438cf301b..dfeef40a4 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -149,7 +149,6 @@ sub getCompaqSmartArray() { foreach (cat_($f)) { if (m|^(ida/.*?):|) { push @idi, { device => $1, info => "Compaq RAID logical disk", type => 'hd' }; - last; } } } |