summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-18 05:19:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-18 05:19:06 +0000
commita989352435472bfc67bc0ef5ea00f8c78ac70ecd (patch)
tree2b1f1d3b59e19b2c73c1eb9682994f9156f01b2f /perl-install/standalone/service_harddrake
parent74ff9729f704f25ec992b867facb9a9b884383bf (diff)
downloaddrakx-a989352435472bfc67bc0ef5ea00f8c78ac70ecd.tar
drakx-a989352435472bfc67bc0ef5ea00f8c78ac70ecd.tar.gz
drakx-a989352435472bfc67bc0ef5ea00f8c78ac70ecd.tar.bz2
drakx-a989352435472bfc67bc0ef5ea00f8c78ac70ecd.tar.xz
drakx-a989352435472bfc67bc0ef5ea00f8c78ac70ecd.zip
only stop boot progressbar if there a non automatic tool to run
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-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 c50f71a4d..adc9bb2ca 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);