diff options
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/bin/guessmounts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/bin/guessmounts b/rescue/bin/guessmounts index c5dc5996b..35da03cb0 100755 --- a/rescue/bin/guessmounts +++ b/rescue/bin/guessmounts @@ -68,7 +68,7 @@ if (@$luks_parts) { my $all_hds = fsedit::get_hds({}, $in); # Unlocking them in order to look at their fs (do they hold a Mageia installation): foreach my $part (@$luks_parts) { - diskdrake::interactive::dmcrypt_open($in, undef, $part, $all_hds) + diskdrake::interactive::dmcrypt_open($in, undef, $part, $all_hds); } my @dmcrypts = fs::dmcrypt::get_existing(@$luks_parts); push @$normal_parts, @dmcrypts; |