From 76cba373cce1bab319df7402f242d9d57d9ad166 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Aug 2002 17:22:45 +0000 Subject: - use draksound wizard - boot: only check for removed/added disks, video card, ethernet devices and mouse --- perl-install/standalone/service_harddrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index e0957938d..347c7cd60 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -31,8 +31,8 @@ my (%config, $in); # For each hw, class, detect device, compare and offer to reconfigure if # needed foreach (@harddrake::data::tree) { - my ($Ident, $item, undef, $configurator, $detector) = @$_; - + my ($Ident, $item, undef, $configurator, $detector, $do_it) = @$_; + next unless $do_it; # No detector ? (should never happen but who know ?) ref($detector) eq 'CODE' or next; -- cgit v1.2.1