summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot6
1 files changed, 1 insertions, 5 deletions
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) = @_;