From 80fdaef633577701711c37ea465b88858aea9247 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 13 Oct 2009 17:44:25 +0000 Subject: make sure suggests are disabled in truly minimal install --- perl-install/install/NEWS | 1 + perl-install/install/steps_interactive.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 33da0f2b4..8aa4449ce 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - do not call obsolete Xconfig::default::config_keyboard function (#54541) - partitioning wizard: o allow using existing partition on all disks (#54478) +- make sure suggests are disabled in truly minimal install Version 12.64 - 12 October 2009 diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 957a9da0e..49637c7b4 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -585,7 +585,7 @@ Please choose the minimal installation you want:"), ) or return &chooseGroups; if ($minimal) { - $o->{rpmsrate_flags_chosen}{CAT_X} = $docs = 0; + $o->{rpmsrate_flags_chosen}{CAT_X} = $docs = $suggests = 0; $o->{rpmsrate_flags_chosen}{CAT_SYSTEM} = 0; } $o->{excludedocs} = !$docs; -- cgit v1.2.1