summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-08 05:35:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-08 05:35:03 +0000
commit44b76a6df5441d9ffc9b139f2be6297fce73b8da (patch)
tree5162afe8e7b0528778d97947cf5e93fcd45dfa78 /perl-install/install_steps.pm
parent74532016c19d917b0cacd105e34e30e21745e344 (diff)
downloaddrakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.tar
drakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.tar.gz
drakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.tar.bz2
drakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.tar.xz
drakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.zip
- create X_options_from_o() and use it
- add freeDriver boot option
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 1660b2a89..32b49aa86 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -858,7 +858,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} });
+ Xconfig::main::configure_everything_auto_install($o->{raw_X}, $o->do_pkgs, $o->{X}, install_any::X_options_from_o($o));
configureXAfter($o);
}
sub configureXAfter {