From a5bea4f68ecf479dcaf161b842a0fb6dde2b7062 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 6 Apr 2005 14:04:23 +0000 Subject: leave bootsplash when X is up (and also in newt and auto_install) --- perl-install/install2.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install2.pm') 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)) { -- cgit v1.2.1