From ad9a08cf4f80f8f952f920dd04c33fbdae155365 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 16 May 2013 11:35:32 +0000 Subject: do not enable to pick xguest (mga#9750) --- perl-install/any.pm | 2 ++ perl-install/install/NEWS | 1 + 2 files changed, 3 insertions(+) diff --git a/perl-install/any.pm b/perl-install/any.pm index 0e931ff4c..23c30d1cd 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -894,7 +894,9 @@ sub ask_user_and_root { if_($::isInstall && $superuser, cancel => ''), }, [ $superuser ? ( + if_(0, { text => N("Enable guest account"), val => \$xguest, type => 'bool', advanced => 1 }, + ), { label => N("Set administrator (root) password"), title => 1 }, { label => N("Password"), val => \$superuser->{password}, hidden => 1, alignment => 'right', weakness_check => 1, focus => sub { 1 }, diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 743053c88..a5b418007 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - do not enable legacy sysvinit scripts that no longer exist (mga#10084) +- do not enable to pick xguest (mga#9750) Version 15.52 - 15 May 2013 - fix displaying release notes while installing (mga#10087) -- cgit v1.2.1