summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.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_any.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_any.pm')
-rw-r--r--perl-install/install_any.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 3b1600dd9..10af86be3 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -1140,6 +1140,14 @@ sub log_sizes {
formatXiB(sum(run_program::rooted_get_stdout($o->{prefix}, 'rpm', '-qa', '--queryformat', '%{size}\n')))) if -x "$o->{prefix}/bin/rpm";
}
+sub X_options_from_o {
+ my ($o) = @_;
+ {
+ freeDriver => $o->{freeDriver},
+ allowFB => $o->{allowFB},
+ };
+}
+
sub copy_advertising {
my ($o) = @_;