From 5a382f9b0c1fac53338afd7ddd2478a6e36f03e3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 27 Oct 2009 10:53:44 +0000 Subject: drop support for --splash (not working) --- perl-install/standalone/drakboot | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 0cce1384e..3a47d8b1e 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -69,11 +69,7 @@ ugtk2->import(qw(:helpers :wrappers :create)); require mygtk2; mygtk2->import(qw(gtknew)); -if (any { /^--splash$/ } @ARGV) { - splash_choice(); -} else { - autologin_choice(); -} +autologin_choice(); sub run_boot_window { my ($title, $pack_list, $apply_sub) = @_; -- cgit v1.2.1