diff options
-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; } } } |