diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-29 08:23:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-29 08:23:43 +0000 |
commit | b4244f900249cab5af604d98f045b218a9b4f145 (patch) | |
tree | 7f541a37f083d5769be3688dcfd5b6d9dc8b46c0 /perl-install/standalone | |
parent | 55bf3e59d1e5ef49ab7e7707462722b17e58851e (diff) | |
download | drakx-b4244f900249cab5af604d98f045b218a9b4f145.tar drakx-b4244f900249cab5af604d98f045b218a9b4f145.tar.gz drakx-b4244f900249cab5af604d98f045b218a9b4f145.tar.bz2 drakx-b4244f900249cab5af604d98f045b218a9b4f145.tar.xz drakx-b4244f900249cab5af604d98f045b218a9b4f145.zip |
do no ask several times the kernel to switch into verbose mode
(olivier blin)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index c003ed3a0..c7dd82de0 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -54,7 +54,7 @@ foreach (@harddrake::data::tree) { $msg .= "- " . harddrake::data::custom_id($ID{$_}, $item) . " was added\n" foreach @added; 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; + $splash and !system('echo verbose > /proc/splash') and $splash = 0; my @configurator_pool; if (harddrake::data::is_removable($Ident)) { foreach my $device (@ID{@added}) { |