diff options
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-x | perl-install/standalone/XFdrake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index b8a905b75..5a4b923c2 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -35,14 +35,11 @@ local $_ = join '', @ARGV; my ($configure_this) = grep { !/^-/ } @ARGV; $configure_this ||= 'everything'; -begin: { my $in = 'interactive'->vnew('su', 'X'); modules::mergein_conf('/etc/modules.conf') if -r '/etc/modules.conf'; - $::isEmbedded and kill 'USR2', $::CCPID; - my $rc = do { my $options = { allowNVIDIA_rpms => allowNVIDIA_rpms(), allowFB => listlength(cat_("/proc/fb")) }; |