summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrescue/bin/guessmounts2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/bin/guessmounts b/rescue/bin/guessmounts
index 714d26251..55d18ef58 100755
--- a/rescue/bin/guessmounts
+++ b/rescue/bin/guessmounts
@@ -47,6 +47,8 @@ my @parts = map {
$_->{device} = delete $_->{dev};
put_in_hash($_, fs::type::type_subpart_from_magic($_));
} fs::proc_partitions::read_raw();
+
+# Basically doing fsedit::raids():
my ($raid_parts, $normal_parts) = partition { isRawRAID($_) } @parts;
if (@$raid_parts) {