summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-18 04:26:54 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-18 04:26:54 +0000
commit973ae36df96d2ec5e8dc599ef1ec83a123f567e8 (patch)
tree8b04f498534adb329fb35e832aa523be973f2e63 /perl-install/standalone
parent1e981e770b74cadcf5926dedad37f69b45b097ab (diff)
downloaddrakx-backup-do-not-use-973ae36df96d2ec5e8dc599ef1ec83a123f567e8.tar
drakx-backup-do-not-use-973ae36df96d2ec5e8dc599ef1ec83a123f567e8.tar.gz
drakx-backup-do-not-use-973ae36df96d2ec5e8dc599ef1ec83a123f567e8.tar.bz2
drakx-backup-do-not-use-973ae36df96d2ec5e8dc599ef1ec83a123f567e8.tar.xz
drakx-backup-do-not-use-973ae36df96d2ec5e8dc599ef1ec83a123f567e8.zip
merge x11 autoconf support from MDK-10-branch
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/service_harddrake4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 2f5a4eb4b..dad428021 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -96,6 +96,10 @@ foreach my $hw_class (@harddrake::data::tree) {
} elsif ($Ident eq "AGP") {
# add agpgart modules to modprobe.preload if needed:
modules::write_conf();
+ } elsif ($Ident eq "VIDEO") {
+ require harddrake::autoconf;
+ harddrake::autoconf::xconf();
+ undef @configurator_pool;
}
next unless -x first(split /\s+/, $configurator_pool[0]);