summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/steps.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index a3c0ee35e..700d99e30 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,5 @@
- include mount options in auto_inst.pl
+- make xdm installation automatic in auto_inst mode (mga#9875)
Version 15.47 - 30 April 2013
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index 54f322632..c1c4d445c 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -745,7 +745,7 @@ sub addUser {
$autologin->{user} = $o->{autologin};
$autologin->{desktop} = $o->{desktop} if $o->{desktop};
$autologin->{dm} = $o->{dm} if $o->{dm};
- any::set_autologin($o->do_pkgs, $autologin);
+ any::set_autologin($o->do_pkgs, $autologin, $o->{step}{auto});
}
install::any::disable_user_view() if @$users == ();