diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-05-17 03:53:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-05-17 03:53:41 +0000 |
commit | a98cc6fca189ae90fac98d6b8c15efe7f1c909a1 (patch) | |
tree | 350f58b3d6afbbf6e32067af566c50c49f30f1c5 /perl-install | |
parent | 7a04cc9ac7f5a9ee627d2728a3a67e0fcdabece9 (diff) | |
download | drakx-a98cc6fca189ae90fac98d6b8c15efe7f1c909a1.tar drakx-a98cc6fca189ae90fac98d6b8c15efe7f1c909a1.tar.gz drakx-a98cc6fca189ae90fac98d6b8c15efe7f1c909a1.tar.bz2 drakx-a98cc6fca189ae90fac98d6b8c15efe7f1c909a1.tar.xz drakx-a98cc6fca189ae90fac98d6b8c15efe7f1c909a1.zip |
update TODO list
Diffstat (limited to 'perl-install')
-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()), |