summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/steps_interactive.pm1
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index d25a899d1..cd994fcf3 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- log install settings (mga#3467 & mga#5209)
+
Version 14.1 - 23 March 2012
- better "bootloader" message (mga#484)
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 9ce558f64..6c369dbf6 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -603,6 +603,7 @@ Please choose the minimal installation you want:"),
$o->{rpmsrate_flags_chosen}{CAT_MINIMAL_DOCS} = $docs;
$o->{no_suggests} = !$suggests;
$o->{compssListLevel} = pkgs::rpmsrate_rate_max() if !$suggests;
+ log::l("install settings: no_suggests=$o->{no_suggests}, excludedocs=$o->{excludedocs}, really_minimal_install=$minimal");
install::any::unselectMostPackages($o);
}