diff options
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 9679b27f0..d36c945f8 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -368,11 +368,10 @@ sub media_screen { # - 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 + # rpm -qa |grep tainted/non-free # - use red color in that case (gtk+ version? interactive::gtk version?) # - present media as trees (eg 3 main branches (core/nonfree/tainted and sub medium below (release/updates/...) # - enable to add media from the media screen - # - use keywords (backports,testing,testing,sources) to blacklist # - introduce 'mandatory' keyword for guessing media that can *not* be disabled my %descriptions = ( 'Core Release' => N("\"%s\" contains the various pieces of the systems and its applications", _core_medium()), |