diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-29 15:57:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-29 15:57:34 +0000 |
commit | 58be4a692e597d85219f921181c0e7f01f9844cc (patch) | |
tree | e6b0a6b26f765f27c08cd0adbbcb5715dadb13a0 /perl-install/install_steps_interactive.pm | |
parent | ad60301071505eedccb50398ff3dc23bd4113df4 (diff) | |
download | drakx-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
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
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; |