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/NEWS | 2 ++ perl-install/standalone/drakboot | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index eafe0d804..ed2db3618 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- drakboot: + o drop support for --splash - service_harddrake: o explain why we switch driver in explanations o reconfigure X11 driver if current X11 driver is neither one of currently 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