From e94644f736fd622c94c01804ee80bb136b73a3ae Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 6 Jul 2004 03:23:39 +0000 Subject: update bootsplash even if framebuffer was disabled --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 7671271a7..516252c3b 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -206,7 +206,7 @@ gtkadd($window, ok_clicked => sub { Xconfig::various::runlevel($x_mode ? 5 : 3); if ($splash_working) { - $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); + $splash_mode and update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); } else { updateAutologin(); } -- cgit v1.2.1