diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-04 11:55:10 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-04 11:55:10 +0000 |
commit | 8236221d8612f905d747e55a65d788a491eba9f4 (patch) | |
tree | 25130b69109cf039a826a29e35ac4de2e2dd3990 /perl-install/install_any.pm | |
parent | 5a70a041d028e53793a0e9c17678a6694225dfa0 (diff) | |
download | drakx-8236221d8612f905d747e55a65d788a491eba9f4.tar drakx-8236221d8612f905d747e55a65d788a491eba9f4.tar.gz drakx-8236221d8612f905d747e55a65d788a491eba9f4.tar.bz2 drakx-8236221d8612f905d747e55a65d788a491eba9f4.tar.xz drakx-8236221d8612f905d747e55a65d788a491eba9f4.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 11a80e9a6..fdd52c6a1 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -295,6 +295,7 @@ sub setPackages($) { #- some program that may be crazy on some conditions (hack waiting for Aurora to work if no fb). $o->{allowFB} && (!detect_devices::matching_desc('Rage LT') && + !detect_devices::matching_desc('SiS') && !detect_devices::matching_desc('Rage Mobility')) or push @pkgs::skip_list, 'Aurora'; |