summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-06-09 10:19:16 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-06-09 10:19:16 +0000
commit499af60d3674384ae4bd7450b4c6a895190cf7fd (patch)
tree9dc62401a1d188345beb434ee26a071bf1fdcf71 /perl-install
parent798242f321e1c86108e46f1f7d71757167ff161c (diff)
downloaddrakx-backup-do-not-use-499af60d3674384ae4bd7450b4c6a895190cf7fd.tar
drakx-backup-do-not-use-499af60d3674384ae4bd7450b4c6a895190cf7fd.tar.gz
drakx-backup-do-not-use-499af60d3674384ae4bd7450b4c6a895190cf7fd.tar.bz2
drakx-backup-do-not-use-499af60d3674384ae4bd7450b4c6a895190cf7fd.tar.xz
drakx-backup-do-not-use-499af60d3674384ae4bd7450b4c6a895190cf7fd.zip
(addUser) apply autologin setting for globetrotter
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 0079337dc..c2042e6b9 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1210,6 +1210,7 @@ sub addUser {
}
add2hash($o, any::get_autologin());
any::autologin($o, $o);
+ any::set_autologin($o->{autologin}, $o->{desktop}) if $::globetrotter;
install_steps::addUser($o);
}