diff options
author | Olivier Blin <blino@mageia.org> | 2013-05-09 17:51:38 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2013-05-09 17:51:38 +0000 |
commit | 0ead089893867f0234dee2357f347901fcb2d8bc (patch) | |
tree | 878636fcdc8ae0c9e425d8933ac4a2d5f8117e56 /perl-install | |
parent | eaafdf6ba417022bde6c469f607903e6ecdfbd00 (diff) | |
download | drakx-0ead089893867f0234dee2357f347901fcb2d8bc.tar drakx-0ead089893867f0234dee2357f347901fcb2d8bc.tar.gz drakx-0ead089893867f0234dee2357f347901fcb2d8bc.tar.bz2 drakx-0ead089893867f0234dee2357f347901fcb2d8bc.tar.xz drakx-0ead089893867f0234dee2357f347901fcb2d8bc.zip |
finish-install: remove incorrect comments added for debugging
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/finish-install | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index ce042522f..20b0a179f 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -268,24 +268,24 @@ sub call { } } -#call('language'); -#call('license'); +call('language'); +call('license'); # "Previous" button isn't functiunnal and acts like "next" (#25349) $::Wizard_no_previous = 1; -#call('timezone'); -#call('country'); -#call('keyboard'); -#call('network'); +call('timezone'); +call('country'); +call('keyboard'); +call('network'); if (defined $::WizardWindow) { $::WizardWindow->destroy; undef $::WizardWindow; } call('urpmi'); -#$::Wizard_pix_up = 'redhat-config-users'; -#call('authentication'); -#call('users'); -#call('encrypt_home'); -#call('glx'); -#setVarsInSh($conf_file, { FINISH_INSTALL => 'no' }); +$::Wizard_pix_up = 'redhat-config-users'; +call('authentication'); +call('users'); +call('encrypt_home'); +call('glx'); +setVarsInSh($conf_file, { FINISH_INSTALL => 'no' }); $in->exit(0); |