diff options
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r-- | perl-install/install/steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 76decbf37..e6df1ef17 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -406,7 +406,7 @@ sub installPackages { my ($o, $o_interactive) = @_; my $p = fs::get::root_($o->{fstab}); - if ($p->{dmcrypt_name}) { + if (isLUKS($p)) { install::pkgs::selectPackage($o->{packages}, install::pkgs::packageByName($o->{packages}, 'plymouth')); } |