From a79077a6e5f760bb6a324138720fa46f038fedf5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Sep 2004 03:06:09 +0000 Subject: explicitely do not try to run configurator for AGP, ATA_STORAGE, SATA_STORAGE, SCSI_CONTROLLER and TV classes (some of them [eg: TV] do have a configurator for harddrake GUI and thus are not skiped by -x test) --- perl-install/standalone/service_harddrake | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 2c8a89edc..56acac16f 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -122,6 +122,7 @@ foreach my $hw_class (@harddrake::data::tree) { } elsif (member($Ident, qw(AGP ATA_STORAGE SATA_STORAGE SCSI_CONTROLLER TV))) { # add agpgart modules to modprobe.preload if needed: $modules_conf->write; + next; } elsif ($Ident eq "USB_CONTROLLER") { modules::load_category($modules_conf, 'bus/usb'); $modules_conf->write; -- cgit v1.2.1