summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install2.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index c928fd686..e7fe6363a 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -607,6 +607,8 @@ sub main {
}
$::o = $o = $o_;
+ eval { output('/proc/splash', "verbose\n") };
+
#-the main cycle
my $clicked = 0;
MAIN: for ($o->{step} = $o->{steps}{first};; $o->{step} = getNextStep($o)) {