summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm12
1 files changed, 9 insertions, 3 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 825ce342d..a084fe4f4 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -247,13 +247,13 @@ sub selectInstallClass {
my %c = my @c = (
if_(!$::corporate,
- _("Recommended") => "beginner",
+ _("Cluster Node") => "beginner",
),
if_($o->{meta_class} ne 'desktop',
- _("Expert") => "expert",
+ _("Cluster Server") => "expert",
),
);
- %c = @c = (_("Expert") => "expert") if $::expert && !$clicked;
+ %c = @c = (_("Cluster Server") => "expert") if $::expert && !$clicked;
$o->set_help('selectInstallClassCorpo') if $::corporate;
@@ -842,6 +842,12 @@ sub configureNetwork {
$first_time, $o->{lang} eq "fr_FR" && $o->{keyboard}{KEYBOARD} eq "fr", $noauto);
}
+sub configureCluster {
+ my ($o) = @_;
+ require drakcluster::server_conf_drakx;
+ drakcluster::server_conf_drakx::main($o) if $::expert;
+}
+
#-configureNetworkIntf moved to network
#-configureNetworkNet moved to network