summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/XFdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-02-09 13:47:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-02-09 13:47:28 +0000
commitb4856f76e4a7c3fde5207387e353ef79c2405c15 (patch)
tree8d2b07f77bda56a75bf7d80ae04ffdb4fdf9b164 /perl-install/standalone/XFdrake
parent5e3315447547e298ae3efd5324cb48eefb5a8b32 (diff)
downloaddrakx-backup-do-not-use-b4856f76e4a7c3fde5207387e353ef79c2405c15.tar
drakx-backup-do-not-use-b4856f76e4a7c3fde5207387e353ef79c2405c15.tar.gz
drakx-backup-do-not-use-b4856f76e4a7c3fde5207387e353ef79c2405c15.tar.bz2
drakx-backup-do-not-use-b4856f76e4a7c3fde5207387e353ef79c2405c15.tar.xz
drakx-backup-do-not-use-b4856f76e4a7c3fde5207387e353ef79c2405c15.zip
handle allowNVIDIA_rpms & allowATI_rpms directly in Xconfig::card::install_server
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-xperl-install/standalone/XFdrake4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake
index 6f494899e..b8c9ae167 100755
--- a/perl-install/standalone/XFdrake
+++ b/perl-install/standalone/XFdrake
@@ -42,9 +42,7 @@ $configure_this ||= 'everything';
modules::mergein_conf('/etc/modules.conf') if -r '/etc/modules.conf';
my $rc = do {
- my $options = { allowNVIDIA_rpms => sub { $in->do_pkgs->check_kernel_module_packages('NVIDIA_kernel', 'NVIDIA_GLX') },
- allowATI_rpms => sub { $in->do_pkgs->check_kernel_module_packages('ATI_kernel', 'ATI_GLX') },
- allowFB => listlength(cat_("/proc/fb")) };
+ my $options = { allowFB => listlength(cat_("/proc/fb")) };
if ($configure_this eq 'everything') {
check_XFree($in);