From 0238f19648cc2d5bd81ff0206941a5d333d94569 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 9 May 2013 17:51:38 +0000 Subject: finish-install: remove incorrect comments added for debugging --- perl-install/standalone/finish-install | 24 ++++++++++++------------ 1 file 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); -- cgit v1.2.1