From 58be4a692e597d85219f921181c0e7f01f9844cc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 29 Jan 2002 15:57:34 +0000 Subject: visually unselect X and docs when minimal install --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps_interactive.pm') 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; -- cgit v1.2.1