summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-18 05:19:13 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-18 05:19:13 +0000
commit982ea0da10896bd5c267ea813b8df4e062b9a4b8 (patch)
tree9c3cf29dbda499568f26cb4fcbd7b0200311a223 /perl-install
parent108c126d0809ce2578c6ac2e66cf33d0759cbd8d (diff)
downloaddrakx-backup-do-not-use-982ea0da10896bd5c267ea813b8df4e062b9a4b8.tar
drakx-backup-do-not-use-982ea0da10896bd5c267ea813b8df4e062b9a4b8.tar.gz
drakx-backup-do-not-use-982ea0da10896bd5c267ea813b8df4e062b9a4b8.tar.bz2
drakx-backup-do-not-use-982ea0da10896bd5c267ea813b8df4e062b9a4b8.tar.xz
drakx-backup-do-not-use-982ea0da10896bd5c267ea813b8df4e062b9a4b8.zip
only stop boot progressbar if there a non automatic tool to run
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 6e95cfdf4..8acd80e12 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -80,7 +80,6 @@ foreach my $hw_class (@harddrake::data::tree) {
modules::load('ohci1394') if $Ident eq 'FIREWIRE_CONTROLLER' && any { $_->{driver} eq 'ohci1394' } @added;
@added || @was_removed or next;
- $splash and !system('echo verbose > /proc/splash') and $splash = 0;
my @configurator_pool;
if (harddrake::data::is_removable($Ident)) {
foreach my $device (@ID{@added}) {
@@ -118,6 +117,7 @@ foreach my $hw_class (@harddrake::data::tree) {
if (!$hw_class->{automatic}) {
$SIG{ALRM} = sub { $no = 1; kill 15, $pid };
unless ($pid = fork()) {
+ $splash and !system('echo verbose > /proc/splash') and $splash = 0;
exec("/usr/share/harddrake/confirm", $Ident, $timeout, $msg);
}
alarm($timeout);