summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/finish-install26
1 files changed, 13 insertions, 13 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install
index 8682a9a5f..ce042522f 100755
--- a/perl-install/standalone/finish-install
+++ b/perl-install/standalone/finish-install
@@ -118,7 +118,7 @@ sub ask_network() {
}
sub ask_urpmi() {
- #- configure urpmi media if no media are configured
+ #- configure urpmi media if no online media are configured
my @media_url = map { top(split(' ', $_)) } run_program::get_stdout('urpmq', '--list-url');
my @online_media = grep { !m,^(?:file://)?/, } @media_url;
@online_media and return;
@@ -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);