summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-13 17:44:25 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-13 17:44:25 +0000
commit80fdaef633577701711c37ea465b88858aea9247 (patch)
tree70a9bd6190cee1156e138537ba4220f6e58f4809 /perl-install/install/steps_interactive.pm
parent4356d7db3eb9415a943d0943f6fe1ce1d458feb4 (diff)
downloaddrakx-backup-do-not-use-80fdaef633577701711c37ea465b88858aea9247.tar
drakx-backup-do-not-use-80fdaef633577701711c37ea465b88858aea9247.tar.gz
drakx-backup-do-not-use-80fdaef633577701711c37ea465b88858aea9247.tar.bz2
drakx-backup-do-not-use-80fdaef633577701711c37ea465b88858aea9247.tar.xz
drakx-backup-do-not-use-80fdaef633577701711c37ea465b88858aea9247.zip
make sure suggests are disabled in truly minimal install
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
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;