diff options
-rwxr-xr-x | perl-install/standalone/drakboot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index a7783f9f4..8b7408901 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -355,7 +355,6 @@ sub lilo_choice() { sub updateAutologin() { my ($usern, $deskt) = ($user_combo->entry->get_text, $desktop_combo->entry->get_text); if ($auto_buttons[0]->get_active) { - $in->do_pkgs->install('autologin') if $x_mode; any::set_autologin($usern, $deskt); } else { any::set_autologin(); |