summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-03-20 15:57:58 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-03-20 16:08:29 +0100
commite8a3f0871c8d79a8522f17cae9d6f212596cf94a (patch)
tree02cca9242c49dc4cdcc467dee1af3d9547b669df
parent5afc3e4932fdbcfa35c7fe6ae0b22cccd71958ce (diff)
downloaddrakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.tar
drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.tar.gz
drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.tar.bz2
drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.tar.xz
drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.zip
explain
-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) {