summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-07 03:06:09 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-07 03:06:09 +0000
commita79077a6e5f760bb6a324138720fa46f038fedf5 (patch)
treeecbd45abce2d968e6c7f0841555f3c5cc381d1bf /perl-install
parented5a529684417fc440305c9fb76e58dedbd26b71 (diff)
downloaddrakx-backup-do-not-use-a79077a6e5f760bb6a324138720fa46f038fedf5.tar
drakx-backup-do-not-use-a79077a6e5f760bb6a324138720fa46f038fedf5.tar.gz
drakx-backup-do-not-use-a79077a6e5f760bb6a324138720fa46f038fedf5.tar.bz2
drakx-backup-do-not-use-a79077a6e5f760bb6a324138720fa46f038fedf5.tar.xz
drakx-backup-do-not-use-a79077a6e5f760bb6a324138720fa46f038fedf5.zip
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)
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/service_harddrake1
1 files changed, 1 insertions, 0 deletions
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;