summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS3
-rw-r--r--perl-install/install/any.pm1
2 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index bad0cf67f..920c652a6 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,6 @@
+- media choice step:
+ o display tooltips describing media
+
Version 15.10 - 11 December 2012
- revert rosa crap that breaks generating initrd (mga#8357)
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 037474a21..89e6c03fe 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -371,6 +371,7 @@ sub media_screen {
my $name = $medium->{name};
+{
val => \$medium->{temp_enabled}, type => 'bool', text => $name,
+ help => $descriptions{$name},
# 'Core Release' cannot be unselected:
disabled => sub { $name eq 'Core Release' },
};