diff options
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 35eb74b88..5ef974b29 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -93,7 +93,7 @@ my $allowNVIDIA_rpms; } $::isEmbedded and kill USR2, $::CCPID; -Xconfigurator::main('', $i, $in, $in->do_pkgs, +Xconfigurator::main($i, $in, $in->do_pkgs, { allowFB => $::expert, allowNVIDIA_rpms => $allowNVIDIA_rpms }); !$::isEmbedded and $in->exit(0); |