summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-29 13:55:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-29 13:55:45 +0000
commitf8ad1eef9ad024e026b538f91b162aed15aff125 (patch)
tree8542fb7f919b493249c565cf7e0d5dc9510a6267
parent522597641ee5e4f5596ff7402815c4ece317a4d9 (diff)
downloaddrakx-backup-do-not-use-f8ad1eef9ad024e026b538f91b162aed15aff125.tar
drakx-backup-do-not-use-f8ad1eef9ad024e026b538f91b162aed15aff125.tar.gz
drakx-backup-do-not-use-f8ad1eef9ad024e026b538f91b162aed15aff125.tar.bz2
drakx-backup-do-not-use-f8ad1eef9ad024e026b538f91b162aed15aff125.tar.xz
drakx-backup-do-not-use-f8ad1eef9ad024e026b538f91b162aed15aff125.zip
(getCompaqSmartArray): /proc/array/ida0 can contain more than one ida/c0d0p*
-rw-r--r--perl-install/detect_devices.pm1
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;
}
}
}