diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-20 15:57:58 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-20 16:08:29 +0100 |
commit | e8a3f0871c8d79a8522f17cae9d6f212596cf94a (patch) | |
tree | 02cca9242c49dc4cdcc467dee1af3d9547b669df /rescue | |
parent | 5afc3e4932fdbcfa35c7fe6ae0b22cccd71958ce (diff) | |
download | drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.tar drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.tar.gz drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.tar.bz2 drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.tar.xz drakx-e8a3f0871c8d79a8522f17cae9d6f212596cf94a.zip |
explain
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/bin/guessmounts | 2 |
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) { |