summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-02-28 23:14:27 +0000
committerdamien <damien@mandriva.com>2001-02-28 23:14:27 +0000
commit227fe9f11506abe90b5f0541a191f29ab9510ea6 (patch)
tree33a543630d7a7edc9604246f9941c569231e9c40
parenta28cb977fa517e2f174e943fa4e7562b1f322c63 (diff)
downloaddrakx-227fe9f11506abe90b5f0541a191f29ab9510ea6.tar
drakx-227fe9f11506abe90b5f0541a191f29ab9510ea6.tar.gz
drakx-227fe9f11506abe90b5f0541a191f29ab9510ea6.tar.bz2
drakx-227fe9f11506abe90b5f0541a191f29ab9510ea6.tar.xz
drakx-227fe9f11506abe90b5f0541a191f29ab9510ea6.zip
typo
-rwxr-xr-xperl-install/standalone/mousedrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake
index ebb332f89..2fc6c4d91 100755
--- a/perl-install/standalone/mousedrake
+++ b/perl-install/standalone/mousedrake
@@ -23,6 +23,7 @@ my $in = vnew interactive('su');
begin:
my ($mouse) = mouse::detect() unless $::noauto;
+$::isEmbedded and kill USR2, $::CCPID;
if (!$mouse || !$::auto) {
$mouse ||= mouse::fullname2mouse("serial|Generic 2 Button Mouse");
my $name = $in->ask_from_treelistf('', _("Please, choose the type of your mouse."), '|',
kboot
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) = @_;