summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-29 15:57:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-29 15:57:34 +0000
commit58be4a692e597d85219f921181c0e7f01f9844cc (patch)
treee6b0a6b26f765f27c08cd0adbbcb5715dadb13a0
parentad60301071505eedccb50398ff3dc23bd4113df4 (diff)
downloaddrakx-58be4a692e597d85219f921181c0e7f01f9844cc.tar
drakx-58be4a692e597d85219f921181c0e7f01f9844cc.tar.gz
drakx-58be4a692e597d85219f921181c0e7f01f9844cc.tar.bz2
drakx-58be4a692e597d85219f921181c0e7f01f9844cc.tar.xz
drakx-58be4a692e597d85219f921181c0e7f01f9844cc.zip
visually unselect X and docs when minimal install
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index d4a1de411..e181ede09 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -673,6 +673,7 @@ Please choose the minimal installation you want"),
{ val => \$minimal, type => 'bool', text => _("Truly minimal install (especially no urpmi)") },
),
],
+ changed => sub { $o->{compssUsersChoice}{X} = $docs = 0 if $minimal },
) or return &chooseGroups;
$o->{excludedocs} = !$docs || $minimal;