diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-06-09 10:19:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-06-09 10:19:23 +0000 |
commit | c800ff1b66cd96abf552cdda946469af00c05a1f (patch) | |
tree | 672fe942557ed2bc3b7a5cd9c085412bfaab2b05 /perl-install/install_steps_interactive.pm | |
parent | 1d458d00d356ec21d2849db602ab33bb66e4a84b (diff) | |
download | drakx-c800ff1b66cd96abf552cdda946469af00c05a1f.tar drakx-c800ff1b66cd96abf552cdda946469af00c05a1f.tar.gz drakx-c800ff1b66cd96abf552cdda946469af00c05a1f.tar.bz2 drakx-c800ff1b66cd96abf552cdda946469af00c05a1f.tar.xz drakx-c800ff1b66cd96abf552cdda946469af00c05a1f.zip |
(addUser) apply autologin setting for globetrotter
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 4e81713c4..5bbe28763 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1213,6 +1213,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); } |