summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-05-16 11:35:32 +0000
committerThierry Vignaud <tv@mageia.org>2013-05-16 11:35:32 +0000
commit4ad6b2fe404e2528457e6b898089d2ea00e32207 (patch)
tree5bcb8dbfc60f8569d6e841f9a71745578747ab30
parentfd365d4280fc76ffb0907e18919c49dba7b32b58 (diff)
downloaddrakx-4ad6b2fe404e2528457e6b898089d2ea00e32207.tar
drakx-4ad6b2fe404e2528457e6b898089d2ea00e32207.tar.gz
drakx-4ad6b2fe404e2528457e6b898089d2ea00e32207.tar.bz2
drakx-4ad6b2fe404e2528457e6b898089d2ea00e32207.tar.xz
drakx-4ad6b2fe404e2528457e6b898089d2ea00e32207.zip
do not enable to pick xguest (mga#9750)
-rw-r--r--perl-install/any.pm2
-rw-r--r--perl-install/install/NEWS1
2 files changed, 3 insertions, 0 deletions
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)