summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index f8f81b60f..7c1673eae 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -428,8 +428,6 @@ sub setupBootloader__general {
disabled => sub { !$enable_lapic } },
{ text => N("Enable Local APIC"), val => \$enable_lapic, type => 'bool', advanced => 1 },
{ label => N("Security"), title => 1 },
- { text => N("Encrypted password"), val => \$b->{encrypted}, type => "bool",
- disabled => sub { $b->{method} !~ /^grub/ } },
{ label => N("Password"), val => \$b->{password}, hidden => 1,
validate => sub {
my $ok = $b->{password} eq $b->{password2}