summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/any.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 12142ed03..0e384ffd2 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -319,6 +319,12 @@ sub media_screen {
my ($o) = @_;
my $urpm = $o->{packages};
+ # FIXME:
+ # - nice info
+ # - ignore already failed media (such as 32bit media on NFS)
+ # - detect if non-free/tainted were selected previously / are now needed
+ # rpm -qa |grep tainted/non-free + check for kmod with firmwares
+ # - use red color in that case (gtk+ version? interactive::gtk version?)
my %descriptions = (
'Core Release' => N("\"%s\" contains the various pieces of the systems and its applications", _core_medium()),
'Nonfree Release' => N("\"%s\" contains non free software.\n", _nonfree_medium()) .