From 2935fd1859dae71431f41e65e8b4ca99b9823a5a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 22 Jun 2004 09:45:03 +0000 Subject: do not update bootsplash in autologin wizard --- perl-install/standalone/drakboot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 16dbf38f8..8eec1133d 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -204,8 +204,11 @@ gtkadd($window, cancel_clicked => sub { ugtk2->exit(0) }, ok_clicked => sub { Xconfig::various::runlevel($x_mode ? 5 : 3); - $splash_working or updateAutologin(); - $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); + if ($splash_working) { + $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); + } else { + updateAutologin(); + } ugtk2->exit(0); } }, -- cgit v1.2.1