summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/finish-install24
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);