From 1c3510c0226eadf1300ec6ba8cb0597946b0a373 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Jul 2001 13:51:47 +0000 Subject: expert is allowed to choose frame buffer. --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index c7c5c7c7f..d98dba20f 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -81,7 +81,7 @@ eval { }; $::isEmbedded and kill USR2, $::CCPID; -Xconfigurator::main('', $i, $in, { allowFB => 0, +Xconfigurator::main('', $i, $in, { allowFB => $::expert, allowNVIDIA_rpms => $allowNVIDIA_rpms }, sub { $in->standalone::pkgs_install(@_) }); !$::isEmbedded and $in->exit(0); kill USR1, $::CCPID; -- cgit v1.2.1