diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-09 13:47:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-09 13:47:28 +0000 |
commit | b4856f76e4a7c3fde5207387e353ef79c2405c15 (patch) | |
tree | 8d2b07f77bda56a75bf7d80ae04ffdb4fdf9b164 /perl-install/install_steps.pm | |
parent | 5e3315447547e298ae3efd5324cb48eefb5a8b32 (diff) | |
download | drakx-b4856f76e4a7c3fde5207387e353ef79c2405c15.tar drakx-b4856f76e4a7c3fde5207387e353ef79c2405c15.tar.gz drakx-b4856f76e4a7c3fde5207387e353ef79c2405c15.tar.bz2 drakx-b4856f76e4a7c3fde5207387e353ef79c2405c15.tar.xz drakx-b4856f76e4a7c3fde5207387e353ef79c2405c15.zip |
handle allowNVIDIA_rpms & allowATI_rpms directly in Xconfig::card::install_server
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7e78385af..d73d2cd7e 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -890,10 +890,7 @@ sub configureX { $o->{raw_X} = Xconfig::default::configure($o->{keyboard}, $o->{mouse}); require Xconfig::main; - Xconfig::main::configure_everything_auto_install($o->{raw_X}, $o->do_pkgs, $o->{X}, - { allowFB => $o->{allowFB}, - allowNVIDIA_rpms => $o->do_pkgs->check_kernel_module_packages('NVIDIA_kernel', 'NVIDIA_GLX'), - }); + Xconfig::main::configure_everything_auto_install($o->{raw_X}, $o->do_pkgs, $o->{X}, { allowFB => $o->{allowFB} }); configureXAfter($o); } sub configureXAfter { |