diff options
-rwxr-xr-x | draklive-install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/draklive-install b/draklive-install index f427516..1a99f2c 100755 --- a/draklive-install +++ b/draklive-install @@ -288,7 +288,8 @@ sub complete_install { my $kdm_cfg = common::read_alternative('kdm4-config'); update_gnomekderc($::prefix . $kdm_cfg, 'X-:0-Greeter' => (PreselectUser => 'None', DefaultUser => '')) if -f $kdm_cfg; - any::set_autologin($in->do_pkgs, undef); + my $autologin = any::get_autologin(); + any::set_autologin($in->do_pkgs, { dm => $autologin->{dm} }); #- allow to install doc in disk install substInFile { undef $_ if /^\%_excludedocs/ } $::prefix . '/etc/rpm/macros'; |