From 43809d04b01230a1db54d47b97d0154853871374 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Feb 2010 23:37:57 +0000 Subject: (setupBootloader__general) make 'restric' an advanced option --- perl-install/any.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index bfd403aed..492d8da4f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -426,7 +426,8 @@ sub setupBootloader__general { $ok && $ok2; } }, { label => N("Password (again)"), val => \$b->{password2}, hidden => 1 }, - { text => N("Restrict command line options"), val => \$b->{restricted}, type => "bool", text => N("restrict"), + { text => N("Restrict command line options"), val => \$b->{restricted}, type => "bool", + text => N("restrict"), advanced => 1 validate => sub { my $ok = !$b->{restricted} || $b->{password} or $in->ask_warn('', N("Option ``Restrict command line options'' is of no use without a password")); $ok } }, { text => N("Clean /tmp at each boot"), val => \$clean_tmp, type => 'bool', advanced => 1 }, ]) or return 0; -- cgit v1.2.1