From befd6e9dc1cfe837f8b9f1956ed6a9bd0a92aaf5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Feb 2010 15:07:36 +0000 Subject: (setupBootloader__general, read_grub_menu_lst, write_grub) default to always crypt grub passwords --- perl-install/any.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/any.pm') 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} -- cgit v1.2.1