From 44b76a6df5441d9ffc9b139f2be6297fce73b8da Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 8 Jul 2004 05:35:03 +0000 Subject: - create X_options_from_o() and use it - add freeDriver boot option --- perl-install/install_any.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/install_any.pm') 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) = @_; -- cgit v1.2.1