summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm1
1 files changed, 1 insertions, 0 deletions
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' },
};