From fdef013f9ac3f46704191faa68ac3ebf9b527881 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 6 Dec 2012 16:13:38 +0000 Subject: (media_screen) add FIXME notes --- perl-install/install/any.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/install') 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()) . -- cgit v1.2.1