From ba052d9ebafdce7bb673cea38b202a8a8056fab9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 13 Aug 2001 20:16:31 +0000 Subject: really use a class_discard for Xconfigurator::main --- perl-install/standalone/XFdrake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 3373821fb..b76be2162 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -81,8 +81,9 @@ eval { }; $::isEmbedded and kill USR2, $::CCPID; -Xconfigurator::main('', $i, $in, { allowFB => $::expert, - allowNVIDIA_rpms => $allowNVIDIA_rpms }); +Xconfigurator::main('', $i, $in, $in->do_pkgs, + { allowFB => $::expert, + allowNVIDIA_rpms => $allowNVIDIA_rpms }); !$::isEmbedded and $in->exit(0); kill USR1, $::CCPID; goto begin; -- cgit v1.2.1