diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-05 16:37:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-05 16:37:32 +0000 |
commit | a1c87ddf72bd3657d680940da5786e3a6cc84b08 (patch) | |
tree | ef7f6a6ab4fee663589715ea5a203f2ab0c0f9eb /perl-install/Xconfigurator.pm | |
parent | 44b596453c50044debba901575eb015045ae845d (diff) | |
download | drakx-a1c87ddf72bd3657d680940da5786e3a6cc84b08.tar drakx-a1c87ddf72bd3657d680940da5786e3a6cc84b08.tar.gz drakx-a1c87ddf72bd3657d680940da5786e3a6cc84b08.tar.bz2 drakx-a1c87ddf72bd3657d680940da5786e3a6cc84b08.tar.xz drakx-a1c87ddf72bd3657d680940da5786e3a6cc84b08.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 6c4dadbd4..600689918 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -1125,7 +1125,7 @@ If you don't want to use this feature, click on the cancel button."), _("Choose the window_manager to run:") => { val => \$o->{desktop}, list => \@wm }, ]) or delete $o->{autologin}; } if ($o->{autologin}) { - $::isStandalone ? system("urpmi --auto autologin") : $o->pkg_install("autologin"); + $::isStandalone ? system("urpmi --auto autologin") : $::o->pkg_install("autologin"); any::setAutologin($prefix, $o->{autologin}, $o->{desktop}); } run_program::rooted($prefix, "chkconfig", "--del", "gpm") if $o->{mouse}{device} =~ /ttyS/ && !$::isStandalone; |