diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-06 15:26:14 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-06 15:26:14 +0000 |
commit | ba912a0656f47765109a8330cdcf562917297ebd (patch) | |
tree | 1f4110c83244756759b0287bef9110c568e5fa06 /perl-install/install_steps_interactive.pm | |
parent | 7690e5cbaa64e6fc0cd4f0bf18e393740343407a (diff) | |
download | drakx-ba912a0656f47765109a8330cdcf562917297ebd.tar drakx-ba912a0656f47765109a8330cdcf562917297ebd.tar.gz drakx-ba912a0656f47765109a8330cdcf562917297ebd.tar.bz2 drakx-ba912a0656f47765109a8330cdcf562917297ebd.tar.xz drakx-ba912a0656f47765109a8330cdcf562917297ebd.zip |
dropped allowNVIDIA_rpms
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 10e340b0b..d8e6b9724 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1249,7 +1249,7 @@ sub configureX { my $options = { allowFB => $o->{allowFB}, - allowNVIDIA_rpms => install_any::allowNVIDIA_rpms($o->{packages}), + allowNVIDIA_rpms => $o->do_pkgs->check_kernel_module_packages('NVIDIA_kernel-', 'NVIDIA_GLX'), }; require Xconfig::main; |