From f8ad1eef9ad024e026b538f91b162aed15aff125 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 29 Jan 2001 13:55:45 +0000 Subject: (getCompaqSmartArray): /proc/array/ida0 can contain more than one ida/c0d0p* --- perl-install/detect_devices.pm | 1 - 1 file changed, 1 deletion(-) 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; } } } -- cgit v1.2.1